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 fa49c05 commit 938e186Copy full SHA for 938e186
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: rst-inline-touching-normal
25
- id: text-unicode-replacement-char
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.12.2
+ rev: v0.12.7
28
hooks:
29
- id: ruff-check
30
args: ["--fix", "--show-fixes"]
@@ -41,7 +41,7 @@ repos:
41
- id: prettier
42
args: [--cache-location=.prettier_cache/cache]
43
- repo: https://github.com/pre-commit/mirrors-mypy
44
- rev: v1.16.1
+ rev: v1.17.1
45
46
- id: mypy
47
# Copied from setup.cfg
0 commit comments