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