pre-commit: remove deprecated `fix-encoding-pragma` hook
Deprecated by pre-commit.
This commit is contained in:
parent
ebc4540436
commit
85bc9ca954
|
@ -10,8 +10,6 @@ repos:
|
|||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: fix-encoding-pragma
|
||||
args: [--remove]
|
||||
- id: check-yaml
|
||||
- id: debug-statements
|
||||
exclude: _pytest/(debugging|hookspec).py
|
||||
|
|
Loading…
Reference in New Issue