Skip to content

Commit 1405810

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.21.2](asottile/pyupgrade@v3.3.1...v3.21.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.12.0](psf/black-pre-commit-mirror@23.3.0...25.12.0) - [github.com/keewis/blackdoc: v0.3.8 → v0.4.6](keewis/blackdoc@v0.3.8...v0.4.6) - 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.14.10](astral-sh/ruff-pre-commit@v0.0.260...v0.14.10) - [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 1405810

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.21.2
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- "--py38-plus"
2222

23-
- repo: https://github.com/psf/black
24-
rev: 23.3.0
23+
- repo: https://github.com/psf/black-pre-commit-mirror
24+
rev: 25.12.0
2525
hooks:
2626
- id: black
2727

2828
- repo: https://github.com/keewis/blackdoc
29-
rev: v0.3.8
29+
rev: v0.4.6
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.14.10"
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)