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.
2 parents 4f01ee5 + 0e0be66 commit 229943dCopy full SHA for 229943d
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# dogfood
3
- repo: https://github.com/python-jsonschema/check-jsonschema
4
- rev: 0.28.1
+ rev: 0.28.2
5
hooks:
6
- id: check-dependabot
7
- id: check-github-workflows
@@ -19,7 +19,7 @@ repos:
19
- id: check-merge-conflict
20
- id: trailing-whitespace
21
- repo: https://github.com/psf/black-pre-commit-mirror
22
- rev: 24.3.0
+ rev: 24.4.2
23
24
- id: black
25
- repo: https://github.com/PyCQA/flake8
@@ -31,7 +31,7 @@ repos:
31
- 'flake8-typing-as-t==0.0.3'
32
- 'flake8-comprehensions==3.14.0'
33
- repo: https://github.com/sirosen/slyp
34
- rev: 0.6.0
+ rev: 0.6.1
35
36
- id: slyp
37
- repo: https://github.com/PyCQA/isort
0 commit comments