From bbe4c794bb04f6faac4df294e454aa1fd5c15023 Mon Sep 17 00:00:00 2001 From: JJMC89 Date: Thu, 31 Oct 2024 18:31:20 -0700 Subject: [PATCH] remove deprecated fix-encoding-pragma hook Change-Id: I88cf9f03c744ff0ee6ba5fc787d8c240d19b1ccb --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d72a745d2..528bb18525 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,9 +30,6 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker exclude: '^tests/data/' - - id: fix-encoding-pragma - args: - - --remove - id: forbid-new-submodules - id: mixed-line-ending - id: pretty-format-json