Skip to content

Instantly share code, notes, and snippets.

@Niedzwiedzw
Created March 26, 2018 12:16
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 Niedzwiedzw/d32e6841449dc9a67ce513b8896f3a8d to your computer and use it in GitHub Desktop.
Save Niedzwiedzw/d32e6841449dc9a67ce513b8896f3a8d to your computer and use it in GitHub Desktop.
# works for Pycharm Professional Edition 2017.3 as of 26.03.2018
# send thanks to niedzwiedzwo@gmail.com
1. Ctrl + alt + S (settings)
2. find `External Tools`
3. fill them up like this: https://ibb.co/bEpth7
3a.
Program: {pylint_path} # just `pylint` should be ok for most cases
Arguments: `--msg-template='{abspath}:{line}:{column}:{msg}' $FilePath$`
Working directory: `/`
Output filters: $FILE_PATH$:$LINE$:$COLUMN$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment