Skip to content

Commit dbad85b

Browse files
👷 Add mkdocs check to pre-commit.
1 parent 6564e19 commit dbad85b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ repos:
1313
- id: debug-statements
1414
- id: check-yaml
1515
exclude: .config/mkdocs.yaml
16+
- id: check-yaml
17+
files: .config/mkdocs.yaml
18+
args:
19+
- --unsafe
1620
- repo: https://github.com/astral-sh/ruff-pre-commit
1721
rev: v0.11.8
1822
hooks:

0 commit comments

Comments
 (0)