Skip to content

Instantly share code, notes, and snippets.

@jacebrowning
Last active December 28, 2015 06:19
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 jacebrowning/7455781 to your computer and use it in GitHub Desktop.
Save jacebrowning/7455781 to your computer and use it in GitHub Desktop.
PyLint and PEP8 arguments for PyDev.
# PyLint
--report=no
--msg-template="{msg_id}:{line:3d},{column}:- {msg} - {obj}"
--max-line-length=79
--disable=I0011,W0142,W0511,R0801
# PEP8
--ignore=E501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment