We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb8ed9 commit e477fb6Copy full SHA for e477fb6
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
hooks:
10
- id: yesqa
11
- repo: https://github.com/PyCQA/isort
12
- rev: '6.0.0'
+ rev: '6.0.1'
13
14
- id: isort
15
- repo: https://github.com/psf/black
@@ -31,12 +31,12 @@ repos:
31
- id: check-symlinks
32
- id: debug-statements
33
- repo: https://github.com/asottile/pyupgrade
34
- rev: 'v3.19.1'
+ rev: 'v3.20.0'
35
36
- id: pyupgrade
37
args: ['--py36-plus']
38
- repo: https://github.com/PyCQA/flake8
39
- rev: '7.1.2'
+ rev: '7.2.0'
40
41
- id: flake8
42
exclude: "^docs/"
@@ -52,7 +52,7 @@ repos:
52
- -ignore
53
- 'SC1004:'
54
- repo: https://github.com/sirosen/check-jsonschema
55
- rev: 0.31.2
+ rev: 0.33.0
56
57
- id: check-github-actions
58
ci:
0 commit comments