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 dfce33c commit 7b1dd77Copy full SHA for 7b1dd77
.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.14.1
+ rev: v0.14.3
28
hooks:
29
- id: ruff-check
30
args: ["--fix", "--show-fixes"]
@@ -76,6 +76,6 @@ repos:
76
- id: validate-pyproject
77
additional_dependencies: ["validate-pyproject-schema-store[all]"]
78
- repo: https://github.com/adhtruong/mirrors-typos
79
- rev: v1.38.1
+ rev: v1.39.0
80
81
- id: typos
0 commit comments