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 8743fdc commit 3fd7401Copy full SHA for 3fd7401
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# dogfood
3
- repo: https://github.com/python-jsonschema/check-jsonschema
4
- rev: 0.27.2
+ rev: 0.27.3
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
22
- rev: 23.11.0
+ rev: 23.12.0
23
24
- id: black
25
- repo: https://github.com/PyCQA/flake8
@@ -28,7 +28,7 @@ repos:
28
- id: flake8
29
additional_dependencies: ['flake8-bugbear==23.7.10']
30
- repo: https://github.com/PyCQA/isort
31
- rev: 5.12.0
+ rev: 5.13.2
32
33
- id: isort
34
- repo: https://github.com/asottile/pyupgrade
0 commit comments