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 09a35c5 commit 94c0d50Copy full SHA for 94c0d50
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v5.0.0
+ rev: v6.0.0
4
hooks:
5
- id: check-yaml
6
exclude: mkdocs.yml
@@ -28,7 +28,7 @@ repos:
28
name: Markdown linting
29
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.11.7
+ rev: v0.12.11
32
33
- id: ruff
34
args: [--fix, --exit-non-zero-on-fix]
0 commit comments