File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 11# See https://pre-commit.com for more information
22# See https://pre-commit.com/hooks.html for more hooks
3+
4+ ci :
5+ # We use system Python, with required dependencies specified in pyproject.toml.
6+ # We therefore cannot use those dependencies in pre-commit CI.
7+ skip :
8+ - actionlint
9+ - mypy
10+ - check-manifest
11+ - pyright
12+ - vulture
13+ - pyroma
14+ - deptry
15+ - pylint
16+ - ruff-check
17+ - ruff-format-check
18+ - ruff-check-fix
19+ - ruff-format-fix
20+ - doc8
21+ - interrogate
22+ - pyproject-fmt-check
23+ - pyproject-fmt-fix
24+ - linkcheck
25+ - spelling
26+ - docs
27+ - pyright-verifytypes
28+
329default_install_hook_types : [pre-commit, pre-push, commit-msg]
430repos :
531- repo : https://github.com/pre-commit/pre-commit-hooks
You can’t perform that action at this time.
0 commit comments