gleitz / howdoi

instant coding answers via the command line
http://blog.gleitzman.com/post/43330157197/howdoi-instant-coding-answers-via-the-command-line
MIT License
10.56k stars 867 forks source link

Add encoding utf-8 while package setup #457

Closed 3DAlgoLab closed 2 years ago

3DAlgoLab commented 2 years ago

Description:

Pull Request type:

How to test:

Please provide detailed instructions for testing your changes locally, including expected response/behavior.

Pull Request checklist:

Known bugs (if any):

If there are bugs in your current changes you can still open the PR and mention the bugs you found. Propose further changes that can help fix bugs in your current changes.

gleitz commented 2 years ago

Interesting! I think we can remove the pylint: disable=unspecified-encoding since the encoding is now specified.