Skip to content

Commit 7141420

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.3](python-jsonschema/check-jsonschema@0.37.1...0.37.3)
1 parent 5c8b783 commit 7141420

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ repos:
2020
- id: pyupgrade
2121
args: [--py38-plus]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 8.0.1
23+
rev: 9.0.0a3
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 26.3.1
27+
rev: 26.5.1
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.37.1
40+
rev: 0.37.3
4141
hooks:
4242
- id: check-github-workflows
4343
- repo: meta

0 commit comments

Comments
 (0)