File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 # We therefore cannot use those dependencies in pre-commit CI.
1212 skip :
1313 - actionlint
14+ - sphinx-lint
1415 - check-manifest
1516 - deptry
1617 - doc8
18+ - pydocstringformatter
1719 - docs
1820 - interrogate
1921 - interrogate-docs
2022 - linkcheck
2123 - mypy
2224 - mypy-docs
23- - pydocstringformatter
2425 - pylint
2526 - pyproject-fmt-fix
26- - pyrefly
27- - pyrefly-docs
2827 - pyright
2928 - pyright-docs
3029 - pyright-verifytypes
30+ - strict-kwargs-fix
31+ - ty
32+ - ty-docs
3133 - pyroma
3234 - ruff-check-fix
3335 - ruff-check-fix-docs
3840 - shfmt
3941 - shfmt-docs
4042 - spelling
41- - sphinx-lint
42- - strict-kwargs-fix
43- - ty
44- - ty-docs
4543 - vulture
4644 - vulture-docs
4745 - yamlfix
4846 - zizmor
47+ - pyrefly
48+ - pyrefly-docs
4949
5050default_install_hook_types : [pre-commit, pre-push]
5151
@@ -311,6 +311,7 @@ repos:
311311 stages : [pre-commit]
312312 require_serial : true
313313
314+
314315 - id : doc8
315316 name : doc8
316317 entry : uv run --extra=dev -m doc8
You can’t perform that action at this time.
0 commit comments