securesauce / precli

Precaution CLI
https://precli.readthedocs.io/
Other
7 stars 2 forks source link

Correctly handle a non unicode file without pep3120 #479

Closed ericwb closed 1 month ago

ericwb commented 1 month ago

PEP 3120 defines how Python files can define an encoding that is not the default UTF-8.

Fixes: #472