From 9784db5388cbec76b0c4f1a9d1688a3afb207481 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 16 Apr 2021 08:18:09 -0700 Subject: [PATCH] update deprecated pre-commit 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 40633488..16613e86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,6 +21,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 -- 2.47.2