Update .pre-commit-config.yaml

This commit is contained in:
Fabio Caccamo 2022-12-05 20:34:33 +01:00
parent 6045db6837
commit 9fdc5b76ed
1 changed files with 2 additions and 0 deletions

View File

@ -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/"