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 05ad730 commit 9dc1e00Copy full SHA for 9dc1e00
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.12.3"
+ rev: "v0.12.4"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -32,7 +32,7 @@ repos:
32
33
- id: python-use-type-annotations
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.16.1
+ rev: v1.17.0
36
37
- id: mypy
38
files: ^(src/|testing/|scripts/)
0 commit comments