mkdocs precommit hook
This commit is contained in:
parent
cf9ec04170
commit
e07c849d3c
1 changed files with 10 additions and 0 deletions
|
|
@ -20,3 +20,13 @@ repos:
|
||||||
rev: v1.1.399
|
rev: v1.1.399
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyright
|
- id: pyright
|
||||||
|
|
||||||
|
- repo: https://github.com/RodrigoGonzalez/check-mkdocs
|
||||||
|
rev: v1.2.0
|
||||||
|
hooks:
|
||||||
|
- id: check-mkdocs
|
||||||
|
name: check-mkdocs
|
||||||
|
args: ["--config", "mkdocs.yml"] # Optional, mkdocs.yml is the default
|
||||||
|
# If you have additional plugins or libraries that are not included in
|
||||||
|
# check-mkdocs, add them here
|
||||||
|
additional_dependencies: ["mkdocs-material"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue