update deprecated pre-commit hook
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4063348..16613e8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -21,6 +21,6 @@ - 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