Skip to content

Instantly share code, notes, and snippets.

@seperman
Created October 14, 2016 21:38
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/0799caa1744f5e8c6ae5511d24137954 to your computer and use it in GitHub Desktop.
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.
[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