From 4886a9644b0ab385b5011c2fb01bc9cdbba8b634 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 25 Jul 2023 22:30:57 +0100 Subject: [PATCH] Remove the deprecated BOM check from precommit hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: