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 fcace24 commit f1ef322Copy full SHA for f1ef322
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# dogfood
3
- repo: https://github.com/python-jsonschema/check-jsonschema
4
- rev: 0.33.3
+ rev: 0.34.0
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: 25.1.0
+ rev: 25.9.0
28
29
- id: black
30
- repo: https://github.com/PyCQA/flake8
0 commit comments