You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python source code does have a standard way of specifying the encoding of a file. I suggest pipreqs uses this if available to detect the encoding of the file.
I ran into the same issue many had here:
#214
Python source code does have a standard way of specifying the encoding of a file. I suggest pipreqs uses this if available to detect the encoding of the file.
PEP-263: Defining Python Source Code Encodings
https://peps.python.org/pep-0263/
The text was updated successfully, but these errors were encountered: