Suggestions from Pylint. #182
Unanswered
deepgandhi
asked this question in
Q&A
Replies: 2 comments
-
I believe we want "utf-8", see https://docs.python.org/3/howto/unicode.html. A PR for this sounds good, thanks :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have made sample correction in minegauler/core/controller.py and submit the pull request #183. If it is okay, then i will proceed with all other files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While running the Pylint on minegauler/shared/utils.py, it shows that encoding is not specified for reading and writing a file. Ref line 316.
My question is whether is there any standard encoding which is required to specify? And If yes, then which encoding is required to use.
I will update the specified encoding at all places suggested by Pylint and will submit the PR.
Beta Was this translation helpful? Give feedback.
All reactions