Skip to content

Instantly share code, notes, and snippets.

@seperman
Created February 8, 2016 22:02
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 seperman/0f4c9fb52037ab908fd8 to your computer and use it in GitHub Desktop.
Save seperman/0f4c9fb52037ab908fd8 to your computer and use it in GitHub Desktop.
PyFlake8 sublime settings
{
"live_mode": true,
// set live mode lint delay, in milliseconds
"live_mode_lint_delay": 1000,
"pep8_max_line_length": 120,
"ignore": ["D102","D100", "I100", "D300", "D204", "D211", "D400"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment