Skip to content

Commit 1ed7e80

Browse files
committed
Ignore docs items in pre-commit config
1 parent ab10547 commit 1ed7e80

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

.pre-commit-config.yaml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,32 @@ ci:
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

2936
default_install_hook_types: [pre-commit, pre-push, commit-msg]
3037
repos:

0 commit comments

Comments
 (0)