Skip to content

Commit a6542d9

Browse files
Sort hooks by id (pre-commit-hooks)
1 parent a6b4091 commit a6542d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ repos:
3030
- repo: https://github.com/pre-commit/pre-commit-hooks
3131
rev: v4.6.0
3232
hooks:
33-
- id: requirements-txt-fixer
34-
files: requirements/.*\.txt$
35-
- id: trailing-whitespace
3633
- id: check-added-large-files
37-
- id: fix-byte-order-marker
3834
- id: check-docstring-first
3935
- id: check-executables-have-shebangs
4036
- id: check-merge-conflict
4137
- id: check-toml
4238
- id: debug-statements
4339
- id: detect-private-key
40+
- id: fix-byte-order-marker
41+
- id: requirements-txt-fixer
42+
files: requirements/.*\.txt$
43+
- id: trailing-whitespace
4444

4545
- repo: https://github.com/adrienverge/yamllint
4646
rev: v1.35.1

0 commit comments

Comments
 (0)