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 48bfc53 commit 14efb8dCopy full SHA for 14efb8d
‎lefthook.yml‎
@@ -13,6 +13,14 @@ pre-commit:
13
glob: "*.{py,pyi}"
14
run: uv run --no-sync tool/format_ignores.py {staged_files}
15
stage_fixed: true
16
+ docs-check:
17
+ glob:
18
+ - "docs/**"
19
+ - "mkdocs.yml"
20
+ - ".github/workflows/docs.yml"
21
+ - "CONTRIBUTING.md"
22
+ run: uv run --no-sync mkdocs build
23
+ stage_fixed: true
24
25
post-checkout:
26
commands:
0 commit comments