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 e6f3ca4 commit 14150ecCopy full SHA for 14150ec
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# dogfood
3
- repo: https://github.com/python-jsonschema/check-jsonschema
4
- rev: 0.31.0
+ rev: 0.31.1
5
hooks:
6
- id: check-dependabot
7
- id: check-github-workflows
@@ -24,7 +24,7 @@ repos:
24
- id: check-merge-conflict
25
- id: trailing-whitespace
26
- repo: https://github.com/psf/black-pre-commit-mirror
27
- rev: 24.10.0
+ rev: 25.1.0
28
29
- id: black
30
- repo: https://github.com/PyCQA/flake8
@@ -40,7 +40,7 @@ repos:
40
41
- id: slyp
42
- repo: https://github.com/PyCQA/isort
43
- rev: 5.13.2
+ rev: 6.0.0
44
45
- id: isort
46
- repo: https://github.com/asottile/pyupgrade
0 commit comments