pre-commit: remove deprecated `fix-encoding-pragma` hook

Deprecated by pre-commit.
This commit is contained in:
Ran Benita 2024-04-28 17:03:52 +03:00
parent ebc4540436
commit 85bc9ca954
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ repos:
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- id: fix-encoding-pragma
args: [--remove]
- id: check-yaml - id: check-yaml
- id: debug-statements - id: debug-statements
exclude: _pytest/(debugging|hookspec).py exclude: _pytest/(debugging|hookspec).py