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 d001dbe commit 8f4a478Copy full SHA for 8f4a478
.pre-commit-config.yaml
@@ -39,7 +39,7 @@ repos:
39
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
40
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
- rev: v0.13.0
+ rev: v0.13.3
43
hooks:
44
- id: ruff-check
45
args: ["--fix"]
@@ -63,7 +63,7 @@ repos:
63
- id: sphinx-lint
64
65
- repo: https://github.com/JoC0de/pre-commit-prettier
66
- rev: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 # v3.6.2 using SHA as tags are not persistent
+ rev: v3.6.2 # v3.6.2 using SHA as tags are not persistent
67
68
- id: prettier
69
files: \.(json|yml|yaml|toml)
0 commit comments