From 869d31b020a4fd971b207e49c2765008b238edf6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 16 May 2024 21:22:24 +0300 Subject: [PATCH] .pre-commit-config.yaml: remove deprecated hook fix-encoding-pragma --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa97041..c6b8f9d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,8 +37,6 @@ repos: #- id: check-toml #- id: check-xml - id: debug-statements - - id: fix-encoding-pragma - args: [--remove] - id: mixed-line-ending # .gitattributes is trusted to handle this args: [--fix=no]