Skip to content

Commit fdbc5b4

Browse files
committed
Remove fix-encoding-pragma hook
This hook was removed in version 6 of pre-commit-hooks; see pre-commit/pre-commit-hooks#1032. The hook is not really useful for our project anyway, since we had it configured to remove the encoding pragma from the top of source files but none of the source files in this project actually have the pragma.
1 parent 990cc7e commit fdbc5b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ repos:
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
13-
- id: fix-encoding-pragma
14-
args: [--remove]
1513
- id: check-yaml
1614
language_version: python3
1715

0 commit comments

Comments
 (0)