remove coding pragma. it's not needed since python 3.x

This commit is contained in:
Peter Pfeufer
2021-05-17 09:51:09 +02:00
parent b47392ba7f
commit 2697fb5317
96 changed files with 2 additions and 95 deletions

View File

@@ -18,3 +18,5 @@ repos:
exclude: \.(min\.css|min\.js|po|mo)$
- id: mixed-line-ending
args: [ '--fix=lf' ]
- id: fix-encoding-pragma
args: [ '--remove' ]