diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13033c5..69c9178 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/"