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 df2c6c4 + a0eea79 commit 6ce76daCopy full SHA for 6ce76da
.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.15.0
+ rev: v1.16.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.11.11
+ rev: v0.11.12
31
32
# Sort the imports
33
- id: ruff
0 commit comments