Skip to content

Commit 09aa086

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent 96f58f8 commit 09aa086

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
@@ -9,17 +9,17 @@ repos:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- repo: https://github.com/python-jsonschema/check-jsonschema
12-
rev: 0.34.1
12+
rev: 0.35.0
1313
hooks:
1414
- id: check-github-workflows
1515
- id: check-dependabot
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.21.0
17+
rev: v3.21.2
1818
hooks:
1919
- id: pyupgrade
2020
args: ["--py39-plus"]
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/pycqa/flake8

0 commit comments

Comments
 (0)