Skip to content

Commit 0b6d45b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/sirosen/check-jsonschema: 0.31.2 → 0.33.0](python-jsonschema/check-jsonschema@0.31.2...0.33.0)
1 parent bcb8ed9 commit 0b6d45b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '6.0.0'
12+
rev: '6.0.1'
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
@@ -36,7 +36,7 @@ repos:
3636
- id: pyupgrade
3737
args: ['--py36-plus']
3838
- repo: https://github.com/PyCQA/flake8
39-
rev: '7.1.2'
39+
rev: '7.2.0'
4040
hooks:
4141
- id: flake8
4242
exclude: "^docs/"
@@ -52,7 +52,7 @@ repos:
5252
- -ignore
5353
- 'SC1004:'
5454
- repo: https://github.com/sirosen/check-jsonschema
55-
rev: 0.31.2
55+
rev: 0.33.0
5656
hooks:
5757
- id: check-github-actions
5858
ci:

0 commit comments

Comments
 (0)