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 0f20606 commit 94b88d7Copy full SHA for 94b88d7
.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.17.1
+ rev: v1.18.1
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.12.12
+ rev: v0.13.0
31
32
# Sort the imports
33
- id: ruff-check
0 commit comments