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 45ed1cb commit 5440b83Copy full SHA for 5440b83
.pre-commit-config.yaml
@@ -7,14 +7,14 @@ repos:
7
- id: debug-statements
8
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.12.3
+ rev: v0.12.4
11
hooks:
12
- - id: ruff
+ - id: ruff-check
13
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
14
- id: ruff-format
15
16
- repo: https://github.com/pre-commit/mirrors-mypy
17
- rev: v1.16.1
+ rev: v1.17.0
18
19
- id: mypy
20
args: [--strict]
0 commit comments