Skip to content

Commit 6ca20cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.20.0](asottile/pyupgrade@v3.3.1...v3.20.0) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.4.1](keewis/blackdoc@v0.3.8...v0.4.1) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.0.260 → v0.12.8](astral-sh/ruff-pre-commit@v0.0.260...v0.12.8) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v4.0.0-alpha.8)
1 parent 06a208d commit 6ca20cc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v6.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -14,29 +14,29 @@ repos:
1414
- id: mixed-line-ending
1515

1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.3.1
17+
rev: v3.20.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- "--py38-plus"
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.3.0
24+
rev: 25.1.0
2525
hooks:
2626
- id: black
2727

2828
- repo: https://github.com/keewis/blackdoc
29-
rev: v0.3.8
29+
rev: v0.4.1
3030
hooks:
3131
- id: blackdoc
3232

33-
- repo: https://github.com/charliermarsh/ruff-pre-commit
34-
rev: "v0.0.260"
33+
- repo: https://github.com/astral-sh/ruff-pre-commit
34+
rev: "v0.12.8"
3535
hooks:
3636
- id: ruff
3737
args: ["--fix"]
3838

3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v3.0.0-alpha.6
40+
rev: v4.0.0-alpha.8
4141
hooks:
4242
- id: prettier

0 commit comments

Comments
 (0)