Skip to content

Commit f180780

Browse files
committed
Place strict-kwargs-fix in ci.skip without reordering other entries
1 parent 6c4cf6d commit f180780

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,25 @@ ci:
1111
# We therefore cannot use those dependencies in pre-commit CI.
1212
skip:
1313
- actionlint
14+
- sphinx-lint
1415
- check-manifest
1516
- deptry
1617
- doc8
18+
- pydocstringformatter
1719
- docs
1820
- interrogate
1921
- interrogate-docs
2022
- linkcheck
2123
- mypy
2224
- mypy-docs
23-
- pydocstringformatter
2425
- pylint
2526
- pyproject-fmt-fix
26-
- pyrefly
27-
- pyrefly-docs
2827
- pyright
2928
- pyright-docs
3029
- pyright-verifytypes
30+
- strict-kwargs-fix
31+
- ty
32+
- ty-docs
3133
- pyroma
3234
- ruff-check-fix
3335
- ruff-check-fix-docs
@@ -38,14 +40,12 @@ ci:
3840
- shfmt
3941
- shfmt-docs
4042
- spelling
41-
- sphinx-lint
42-
- strict-kwargs-fix
43-
- ty
44-
- ty-docs
4543
- vulture
4644
- vulture-docs
4745
- yamlfix
4846
- zizmor
47+
- pyrefly
48+
- pyrefly-docs
4949

5050
default_install_hook_types: [pre-commit, pre-push]
5151

@@ -311,6 +311,7 @@ repos:
311311
stages: [pre-commit]
312312
require_serial: true
313313

314+
314315
- id: doc8
315316
name: doc8
316317
entry: uv run --extra=dev -m doc8

0 commit comments

Comments
 (0)