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 69eee11 commit 40ed77bCopy full SHA for 40ed77b
.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.12.12
+ rev: v0.13.0
25
hooks:
26
- id: ruff
27
args: [--fix]
28
- id: ruff-format
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.17.1
+ rev: v1.18.1
31
32
- id: mypy
33
additional_dependencies: [types-requests, types-setuptools]
0 commit comments