diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8af5f06..7b0c273 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,6 @@ repos: hooks: - id: check-added-large-files - id: check-symlinks - - id: check-byte-order-marker - id: check-case-conflict - id: check-docstring-first - id: check-executables-have-shebangs @@ -17,6 +16,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - id: mixed-line-ending + - id: fix-byte-order-marker - repo: local hooks: