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 0609e39 commit d9de842Copy full SHA for d9de842
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# dogfood
3
- repo: https://github.com/python-jsonschema/check-jsonschema
4
- rev: 0.29.0
+ rev: 0.29.1
5
hooks:
6
- id: check-dependabot
7
- id: check-github-workflows
@@ -28,9 +28,9 @@ repos:
28
- id: flake8
29
args: ['--config', '.flake8']
30
additional_dependencies:
31
- - 'flake8-bugbear==24.1.17'
+ - 'flake8-bugbear==24.4.26'
32
- 'flake8-typing-as-t==0.0.3'
33
- - 'flake8-comprehensions==3.14.0'
+ - 'flake8-comprehensions==3.15.0'
34
- repo: https://github.com/sirosen/slyp
35
rev: 0.6.1
36
0 commit comments