Created
February 8, 2016 22:02
-
-
Save seperman/0f4c9fb52037ab908fd8 to your computer and use it in GitHub Desktop.
PyFlake8 sublime settings
This file contains hidden or 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
Show hidden characters
{ | |
"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