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.
2 parents 12159f9 + e696e4d commit 1990be8Copy full SHA for 1990be8
1 file changed
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: auto-walrus
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.13.0
+ rev: v0.13.1
20
hooks:
21
- id: ruff-check
22
- id: ruff-format
@@ -47,7 +47,7 @@ repos:
47
- id: validate-pyproject
48
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.18.1
+ rev: v1.18.2
51
52
- id: mypy
53
args:
0 commit comments