.pre-commit-config.yaml: remove deprecated hook fix-encoding-pragma

This commit is contained in:
Aminda Suomalainen 2024-05-16 21:22:24 +03:00
parent 63de2e0f6f
commit 869d31b020
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -37,8 +37,6 @@ repos:
#- id: check-toml
#- id: check-xml
- id: debug-statements
- id: fix-encoding-pragma
args: [--remove]
- id: mixed-line-ending
# .gitattributes is trusted to handle this
args: [--fix=no]