Skip to content

Instantly share code, notes, and snippets.

@Pierre-Sassoulas
Last active February 4, 2021 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pierre-Sassoulas/9e388a4235e584c568b7ec90c0f41461 to your computer and use it in GitHub Desktop.
Save Pierre-Sassoulas/9e388a4235e584c568b7ec90c0f41461 to your computer and use it in GitHub Desktop.
Get existing pylint messages to disable them all.sh
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