Skip to content

Instantly share code, notes, and snippets.

@Monal5031
Last active August 3, 2018 15:19
Show Gist options
  • Save Monal5031/5dc5f546ef5c6ac3eb1643edd0cc334d to your computer and use it in GitHub Desktop.
Save Monal5031/5dc5f546ef5c6ac3eb1643edd0cc334d to your computer and use it in GitHub Desktop.
Setup config for Systers python repositories.
[flake8]
# TBD
#ignore =
# Use relative paths for the directories to be ignored.
exclude =
# Ignore git directories
../.git,
# Ignore docs and automated docs
../aut_docs/*, ../docs/*,
# Ignore manage.py
manage.py,
# Ignore migration files
*migrations*
# Ignore wsgi
vms/wsgi.py
# Include anymore dirs which should be ignored
max-line-length = 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment