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 8b56df2 commit 34ebd3cCopy full SHA for 34ebd3c
.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.2
+ rev: 0.33.3
5
hooks:
6
- id: check-dependabot
7
- id: check-github-workflows
@@ -32,9 +32,9 @@ repos:
32
33
- id: flake8
34
additional_dependencies:
35
- - 'flake8-bugbear==24.4.26'
36
- - 'flake8-typing-as-t==0.0.3'
37
- - 'flake8-comprehensions==3.15.0'
+ - 'flake8-bugbear==24.12.12'
+ - 'flake8-typing-as-t==1.0.0'
+ - 'flake8-comprehensions==3.16.0'
38
- repo: https://github.com/sirosen/slyp
39
rev: 0.8.2
40
0 commit comments