Skip to content

Commit 59d38d1

Browse files
committed
Sort strict-kwargs-fix in ci.skip alphabetically
1 parent 604e736 commit 59d38d1

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
@@ -7,9 +7,7 @@ fail_fast: true
77
# We therefore cannot use those dependencies in pre-commit CI.
88
ci:
99
skip:
10-
- strict-kwargs-fix
1110
- actionlint
12-
- sphinx-lint
1311
- check-manifest
1412
- custom-linters
1513
- deptry
@@ -20,30 +18,32 @@ ci:
2018
- linkcheck
2119
- mypy
2220
- mypy-docs
21+
- pydocstringformatter
2322
- pylint
2423
- pyproject-fmt-fix
24+
- pyrefly
25+
- pyrefly-docs
2526
- pyright
2627
- pyright-docs
2728
- pyright-verifytypes
28-
- ty
29-
- ty-docs
3029
- pyroma
3130
- ruff-check-fix
3231
- ruff-check-fix-docs
3332
- ruff-format-fix
3433
- ruff-format-fix-docs
35-
- pydocstringformatter
3634
- shellcheck
3735
- shellcheck-docs
3836
- shfmt
3937
- shfmt-docs
4038
- spelling
39+
- sphinx-lint
40+
- strict-kwargs-fix
41+
- ty
42+
- ty-docs
4143
- vulture
4244
- vulture-docs
4345
- yamlfix
4446
- zizmor
45-
- pyrefly
46-
- pyrefly-docs
4747

4848
# See https://pre-commit.com for more information
4949
# See https://pre-commit.com/hooks.html for more hooks

0 commit comments

Comments
 (0)