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 3c6e2db commit d188a52Copy full SHA for d188a52
.pre-commit-config.yaml
@@ -21,13 +21,13 @@ repos:
21
exclude: poetry.lock
22
args: [--autofix, --trailing-commas]
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: v0.11.7
+ rev: v0.11.12
25
hooks:
26
- id: ruff
27
args: [--fix]
28
- id: ruff-format
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.15.0
+ rev: v1.16.0
31
32
- id: mypy
33
additional_dependencies: [types-requests, types-setuptools]
0 commit comments