We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4964aa4 + 0e40173 commit bcfb755Copy full SHA for bcfb755
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.15.12"
+ rev: "v0.15.16"
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: v2.0.0
+ rev: v2.1.0
27
28
- id: mypy
29
files: ^(src/|testing/)
0 commit comments