We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b4091 commit a6542d9Copy full SHA for a6542d9
.pre-commit-config.yaml
@@ -30,17 +30,17 @@ repos:
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
rev: v4.6.0
32
hooks:
33
- - id: requirements-txt-fixer
34
- files: requirements/.*\.txt$
35
- - id: trailing-whitespace
36
- id: check-added-large-files
37
- - id: fix-byte-order-marker
38
- id: check-docstring-first
39
- id: check-executables-have-shebangs
40
- id: check-merge-conflict
41
- id: check-toml
42
- id: debug-statements
43
- id: detect-private-key
+ - id: fix-byte-order-marker
+ - id: requirements-txt-fixer
+ files: requirements/.*\.txt$
+ - id: trailing-whitespace
44
45
- repo: https://github.com/adrienverge/yamllint
46
rev: v1.35.1
0 commit comments