Created
October 14, 2016 21:38
-
-
Save seperman/0799caa1744f5e8c6ae5511d24137954 to your computer and use it in GitHub Desktop.
setup.cfg has setup stuff for a python project. Sublime and others read it apparently.
This file contains 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
[flake8] | |
max-line-length = 120 | |
builtins = json | |
statistics = true | |
ignore = E202 | |
exclude = ./data,./src,.svn,CVS,.bzr,.hg,.git,__pycache__ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment