Skip to content

Commit a4c85d4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/pre-commit/pre-commit: v4.3.0 → v4.5.0](pre-commit/pre-commit@v4.3.0...v4.5.0)
1 parent f58dc31 commit a4c85d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: pycln
2020
args: [--config=pyproject.toml]
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 25.9.0
22+
rev: 25.11.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
@@ -32,7 +32,7 @@ repos:
3232
- id: isort
3333
args: ["--profile", "black"]
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.21.0
35+
rev: v3.21.2
3636
hooks:
3737
- id: pyupgrade
3838
- repo: https://github.com/pycqa/pydocstyle
@@ -43,6 +43,6 @@ repos:
4343
additional_dependencies:
4444
- toml
4545
- repo: https://github.com/pre-commit/pre-commit
46-
rev: v4.3.0
46+
rev: v4.5.0
4747
hooks:
4848
- id: validate_manifest

0 commit comments

Comments
 (0)