Skip to content

Commit e477fb6

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/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [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 e477fb6

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
@@ -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
@@ -31,12 +31,12 @@ repos:
3131
- id: check-symlinks
3232
- id: debug-statements
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: 'v3.19.1'
34+
rev: 'v3.20.0'
3535
hooks:
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)