Skip to content

Commit b540f46

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/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [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/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...0.36.0)
1 parent a8e7dbf commit b540f46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ repos:
1515
# catch git merge/rebase problems
1616
- id: check-merge-conflict
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.20.0
18+
rev: v3.21.2
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py38-plus]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 6.1.0
23+
rev: 7.0.0
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 25.9.0
27+
rev: 25.12.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/pycqa/flake8
@@ -37,7 +37,7 @@ repos:
3737
- id: codespell
3838
args: [--write]
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.34.0
40+
rev: 0.36.0
4141
hooks:
4242
- id: check-github-workflows
4343
- repo: meta

0 commit comments

Comments
 (0)