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 2b1acac commit b7f68f1Copy full SHA for b7f68f1
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
- id: check-yaml
37
- id: debug-statements
38
- repo: https://github.com/PyCQA/flake8
39
- rev: 7.2.0
+ rev: 7.3.0
40
hooks:
41
- id: flake8
42
language_version: python3
@@ -56,12 +56,12 @@ repos:
56
- -ignore
57
- 'SC1004:'
58
- repo: https://github.com/python-jsonschema/check-jsonschema
59
- rev: 0.33.0
+ rev: 0.33.1
60
61
- id: check-github-actions
62
63
- repo: https://github.com/pre-commit/mirrors-mypy.git
64
- rev: v1.16.0
+ rev: v1.16.1
65
66
- id: mypy
67
alias: mypy-py313
0 commit comments