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 92cacb2 commit 784e11dCopy full SHA for 784e11d
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.13.0"
+ rev: "v0.13.1"
4
hooks:
5
- id: ruff-check
6
args: ["--fix"]
@@ -43,7 +43,7 @@ repos:
43
language: python
44
additional_dependencies: [pygments, restructuredtext_lint]
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v1.18.1
+ rev: v1.18.2
47
48
- id: mypy
49
files: ^(src/|testing/)
0 commit comments