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 7f1f372 commit 23b7d25Copy full SHA for 23b7d25
1 file changed
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- id: prettier
35
args: ["--tab-width", "2"]
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: v0.15.11
+ rev: v0.15.12
38
hooks:
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
@@ -44,7 +44,7 @@ repos:
44
45
- id: codespell
46
- repo: https://github.com/pre-commit/mirrors-mypy
47
- rev: v1.20.1
+ rev: v1.20.2
48
49
- id: mypy
50
additional_dependencies: []
0 commit comments