Last active
February 4, 2021 13:38
-
-
Save Pierre-Sassoulas/9e388a4235e584c568b7ec90c0f41461 to your computer and use it in GitHub Desktop.
Get existing pylint messages to disable them all.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pylint .|grep -o "([a-z\-]*)$"|cut -d "(" -f2|sort|uniq|sed s/\)/,/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment