Skip to content

Commit 8163f2c

Browse files
committed
test pre-commit
1 parent 311d89a commit 8163f2c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
33
rev: v5.0.0
44
hooks:
5-
- id: check-added-large-files
6-
- id: check-yaml
7-
- id: double-quote-string-fixer
8-
- id: end-of-file-fixer
9-
- id: mixed-line-ending
10-
- id: name-tests-test
11-
- id: requirements-txt-fixer
12-
- id: trailing-whitespace
5+
- id: check-added-large-files
6+
- id: check-yaml
7+
- id: double-quote-string-fixer
8+
- id: end-of-file-fixer
9+
- id: mixed-line-ending
10+
- id: name-tests-test
11+
- id: requirements-txt-fixer
12+
- id: trailing-whitespace
1313
- repo: https://github.com/crate-ci/typos
1414
rev: v1.28.3
1515
hooks:

0 commit comments

Comments
 (0)