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.
2 parents 1dd35ea + a4710ae commit 439c55cCopy full SHA for 439c55c
.pre-commit-config.yaml
@@ -19,15 +19,15 @@ repos:
19
20
# Can run individually with `pre-commit run mypy --all-files`
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: v1.18.2
+ rev: v1.19.0
23
hooks:
24
- id: mypy
25
args: ["--config=pyproject.toml", "--show-error-codes"]
26
verbose: true
27
additional_dependencies: ['types-requests', 'types-PyYAML']
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.14.6
+ rev: v0.14.7
31
32
# Sort the imports
33
- id: ruff-check
0 commit comments