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 5f9bbf2 commit f7ce5fcCopy full SHA for f7ce5fc
.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.9.4
+ rev: v0.9.6
25
hooks:
26
- id: ruff
27
args: [--fix]
28
- id: ruff-format
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.14.1
+ rev: v1.15.0
31
32
- id: mypy
33
additional_dependencies: [types-requests, types-setuptools]
0 commit comments