Skip to content

Commit 19565ef

Browse files
committed
Sort strict-kwargs-fix in ci.skip alphabetically
1 parent b73456b commit 19565ef

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,24 @@ ci:
1010
# We use system Python, with required dependencies specified in pyproject.toml.
1111
# We therefore cannot use those dependencies in pre-commit CI.
1212
skip:
13-
- strict-kwargs-fix
1413
- actionlint
15-
- sphinx-lint
1614
- check-manifest
1715
- deptry
1816
- doc8
19-
- pydocstringformatter
2017
- docs
2118
- interrogate
2219
- interrogate-docs
2320
- linkcheck
2421
- mypy
2522
- mypy-docs
23+
- pydocstringformatter
2624
- pylint
2725
- pyproject-fmt-fix
26+
- pyrefly
27+
- pyrefly-docs
2828
- pyright
2929
- pyright-docs
3030
- pyright-verifytypes
31-
- ty
32-
- ty-docs
3331
- pyroma
3432
- ruff-check-fix
3533
- ruff-check-fix-docs
@@ -40,12 +38,14 @@ ci:
4038
- shfmt
4139
- shfmt-docs
4240
- spelling
41+
- sphinx-lint
42+
- strict-kwargs-fix
43+
- ty
44+
- ty-docs
4345
- vulture
4446
- vulture-docs
4547
- yamlfix
4648
- zizmor
47-
- pyrefly
48-
- pyrefly-docs
4949

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

0 commit comments

Comments
 (0)