File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ fail_fast: true
88ci :
99 skip :
1010 - actionlint
11+ - sphinx-lint
1112 - check-manifest
1213 - custom-linters
1314 - deptry
1819 - linkcheck
1920 - mypy
2021 - mypy-docs
21- - pydocstringformatter
2222 - pylint
2323 - pyproject-fmt-fix
24- - pyrefly
25- - pyrefly-docs
2624 - pyright
2725 - pyright-docs
2826 - pyright-verifytypes
27+ - strict-kwargs-fix
28+ - ty
29+ - ty-docs
2930 - pyroma
3031 - ruff-check-fix
3132 - ruff-check-fix-docs
3233 - ruff-format-fix
3334 - ruff-format-fix-docs
35+ - pydocstringformatter
3436 - shellcheck
3537 - shellcheck-docs
3638 - shfmt
3739 - shfmt-docs
3840 - spelling
39- - sphinx-lint
40- - strict-kwargs-fix
41- - ty
42- - ty-docs
4341 - vulture
4442 - vulture-docs
4543 - yamlfix
4644 - zizmor
45+ - pyrefly
46+ - pyrefly-docs
4747
4848# See https://pre-commit.com for more information
4949# See https://pre-commit.com/hooks.html for more hooks
@@ -349,6 +349,7 @@ repos:
349349 stages : [pre-commit]
350350 require_serial : true
351351
352+
352353 - id : doc8
353354 name : doc8
354355 entry : uv run --extra=dev -m doc8
You can’t perform that action at this time.
0 commit comments