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 8c81de6 commit 9c4058dCopy full SHA for 9c4058d
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: python-check-mock-methods
16
- id: python-check-blanket-type-ignore
17
- repo: https://github.com/python-jsonschema/check-jsonschema
18
- rev: 0.33.0
+ rev: 0.33.2
19
hooks:
20
- id: check-github-workflows
21
- id: check-dependabot
@@ -42,11 +42,11 @@ repos:
42
- id: pyupgrade
43
args: [--py310-plus]
44
- repo: https://github.com/PyCQA/flake8
45
- rev: 7.2.0
+ rev: 7.3.0
46
47
- id: flake8
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.16.0
+ rev: v1.16.1
50
51
- id: mypy
52
additional_dependencies:
0 commit comments