We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 469f31b + def1f88 commit 9c24f0fCopy full SHA for 9c24f0f
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.6.9"
+ rev: "v0.7.0"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -23,7 +23,7 @@ repos:
23
language: python
24
additional_dependencies: [pygments, restructuredtext_lint]
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.11.2
+ rev: v1.12.1
27
28
- id: mypy
29
files: ^(src/|testing/)
0 commit comments