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 506c89b commit 135ec75Copy full SHA for 135ec75
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: debug-statements
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.11.12
+ rev: v0.12.2
18
hooks:
19
- id: ruff
20
args: ["--fix", "--show-fixes"]
@@ -26,7 +26,7 @@ repos:
26
- id: sp-repo-review
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.16.0
+ rev: v1.16.1
30
31
- id: mypy
32
args: [--config-file, pyproject.toml]
0 commit comments