File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed
Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change 66 # We therefore cannot use those dependencies in pre-commit CI.
77 skip :
88 - actionlint
9- - mypy
109 - check-manifest
11- - pyright
12- - vulture
13- - pyroma
1410 - deptry
15- - pylint
16- - ruff-check
17- - ruff-format-diff
18- - ruff-check-fix
19- - ruff-format-fix
2011 - doc8
12+ - docs
2113 - interrogate
14+ - interrogate-docs
15+ - linkcheck
16+ - mypy
17+ - mypy-docs
18+ - pylint
2219 - pyproject-fmt-check
2320 - pyproject-fmt-fix
24- - linkcheck
25- - spelling
26- - docs
21+ - pyright
22+ - pyright-docs
2723 - pyright-verifytypes
24+ - pyroma
25+ - ruff-check
26+ - ruff-check-docs
27+ - ruff-check-fix
28+ - ruff-check-fix-docs
29+ - ruff-format-diff
30+ - ruff-format-diff-docs
31+ - ruff-format-fix
32+ - ruff-format-fix-docs
33+ - spelling
34+ - vulture
2835
2936default_install_hook_types : [pre-commit, pre-push, commit-msg]
3037repos :
You can’t perform that action at this time.
0 commit comments