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.
upadup
1 parent ffc9c4a commit 783b4c3Copy full SHA for 783b4c3
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
hooks:
13
- id: lint-dependency-groups
14
- repo: https://github.com/python-jsonschema/check-jsonschema
15
- rev: 0.30.0
+ rev: 0.31.0
16
17
- id: check-github-workflows
18
- repo: https://github.com/asottile/pyupgrade
@@ -29,9 +29,9 @@ repos:
29
30
- id: flake8
31
additional_dependencies:
32
- - 'flake8-bugbear==24.8.19'
33
- - 'flake8-comprehensions==3.15.0'
34
- - 'flake8-typing-as-t==0.0.3'
+ - 'flake8-bugbear==24.12.12'
+ - 'flake8-comprehensions==3.16.0'
+ - 'flake8-typing-as-t==1.0.0'
35
- repo: https://github.com/PyCQA/isort
36
rev: 5.13.2
37
0 commit comments