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 fe49fe4 commit d38950fCopy full SHA for d38950f
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# dogfood
3
- repo: https://github.com/python-jsonschema/check-jsonschema
4
- rev: 0.20.0
+ rev: 0.21.0
5
hooks:
6
- id: check-dependabot
7
- id: check-github-workflows
@@ -28,7 +28,7 @@ repos:
28
- id: flake8
29
additional_dependencies: ['flake8-bugbear==22.7.1']
30
- repo: https://github.com/PyCQA/isort
31
- rev: 5.11.4
+ rev: 5.12.0
32
33
- id: isort
34
- repo: https://github.com/asottile/pyupgrade
0 commit comments