diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80c0efa9dd7a98a4c9d1e17dc36e21d88580ff3a..b05084a6b318e1794c241c61f01eed04ae194bf7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,6 +25,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: - - id: check-byte-order-marker + - id: fix-byte-order-marker - id: trailing-whitespace - id: end-of-file-fixer