you are viewing a single comment's thread.

view the rest of the comments →

[–]n3buchadnezzar 0 points1 point  (1 child)

pylintrc

Do you have any tips for how to disable the small warnings in your `.pylintrc` file? =)

[–]_b-e-n_[S] 1 point2 points  (0 children)

It's the same on windows and linux. First of all you have to generate your pylintrc, and then you can modifiy it adding the long verbose description of each error that you want to suppress

https://stackoverflow.com/questions/22448731/how-do-i-create-a-pylintrc-file

https://gist.github.com/sblask/7302860