Update .pre-commit-config.yaml
parent
03d318fb24
commit
df6e330747
|
|
@ -22,7 +22,9 @@ repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
|
- id: fix-encoding-pragma
|
||||||
|
args: [--remove]
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
# - id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
# - id: check-yaml
|
- id: check-yaml
|
||||||
# - id: check-added-large-files
|
- id: check-added-large-files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue