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 e862700 commit 892c20fCopy full SHA for 892c20f
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
21
# https://docs.astral.sh/ruff/integrations/#pre-commit
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.14.7
+ rev: v0.14.8
24
hooks:
25
# Run the linter with fixes
26
- id: ruff-check
@@ -42,7 +42,7 @@ repos:
42
- mdformat-mkdocs==5.1.1
43
44
- repo: https://github.com/DavidAnson/markdownlint-cli2
45
- rev: v0.19.1
+ rev: v0.20.0
46
47
- id: markdownlint-cli2
48
0 commit comments