Skip to content

Commit a24e856

Browse files
Merge pull request #2288 from VWS-Python/pre-commit-ci-skip
Skip system Python checks in pre-commit CI
2 parents 9b37cbe + 18e306a commit a24e856

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.pre-commit-config.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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+
329
default_install_hook_types: [pre-commit, pre-push, commit-msg]
430
repos:
531
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)