Update .pre-commit-config.yaml
This commit is contained in:
parent
6045db6837
commit
9fdc5b76ed
|
@ -22,6 +22,8 @@ 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
|
||||||
exclude: "tests/dicts/io/input/"
|
exclude: "tests/dicts/io/input/"
|
||||||
|
|
Loading…
Reference in New Issue