Remove encoding pragma, unnecessary in Python 3

Python 2 is dead so dunno why --remove is not the default
This commit is contained in:
Gareth Davidson
2023-01-01 23:57:15 +00:00
parent 4841550cd4
commit 6ad8310332
+1
View File
@@ -19,6 +19,7 @@ repos:
- id: check-case-conflict
- id: detect-private-key
- id: fix-encoding-pragma
args: ["--remove"]
- id: forbid-submodules
- id: mixed-line-ending
- id: requirements-txt-fixer