We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311d89a commit 8163f2cCopy full SHA for 8163f2c
.pre-commit-config.yaml
@@ -2,14 +2,14 @@ repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
rev: v5.0.0
4
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
+ - id: check-added-large-files
+ - id: check-yaml
+ - id: double-quote-string-fixer
+ - id: end-of-file-fixer
+ - id: mixed-line-ending
+ - id: name-tests-test
+ - id: requirements-txt-fixer
+ - id: trailing-whitespace
13
- repo: https://github.com/crate-ci/typos
14
rev: v1.28.3
15
0 commit comments