From afda0ed9f2e8e45b152919573858627a1cc86d3a Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 16 Apr 2021 08:44:30 -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 80c0efa9..b05084a6 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