Skip to content

Commit 9107baa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.35.0](python-jsonschema/check-jsonschema@0.34.0...0.35.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.8](astral-sh/ruff-pre-commit@v0.13.3...v0.14.8)
1 parent dd44834 commit 9107baa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.2
44
hooks:
55
- id: pyupgrade
66
name: Enforce Python 3.9+ idioms
77
args: ["--py39-plus"]
88

99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 25.9.0
10+
rev: 25.12.0
1111
hooks:
1212
- id: black
1313
args: ["--target-version=py39"]
@@ -19,7 +19,7 @@ repos:
1919
args: ["--target-version=py39"]
2020

2121
- repo: https://github.com/PyCQA/isort
22-
rev: 6.1.0
22+
rev: 7.0.0
2323
hooks:
2424
- id: isort
2525

@@ -31,7 +31,7 @@ repos:
3131
- id: debug-statements
3232

3333
- repo: https://github.com/mgedmin/check-manifest
34-
rev: "0.50"
34+
rev: "0.51"
3535
hooks:
3636
- id: check-manifest
3737
args: [--no-build-isolation]
@@ -48,7 +48,7 @@ repos:
4848
# - id: pyprojectsort
4949

5050
- repo: https://github.com/python-jsonschema/check-jsonschema
51-
rev: "0.34.0"
51+
rev: "0.35.0"
5252
hooks:
5353
- id: check-github-workflows
5454
- id: check-readthedocs
@@ -60,7 +60,7 @@ repos:
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
6262
# Ruff version.
63-
rev: v0.13.3
63+
rev: v0.14.8
6464
hooks:
6565
# Run the linter.
6666
- id: ruff

0 commit comments

Comments
 (0)