diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19c80c7c..57298115 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,3 +20,13 @@ repos: rev: v1.1.399 hooks: - 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"]