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
|
||||
rev: v4.4.0
|
||||
hooks:
|
||||
- id: fix-encoding-pragma
|
||||
args: [--remove]
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
exclude: "tests/dicts/io/input/"
|
||||
|
|
Loading…
Reference in New Issue