Skip to content

Instantly share code, notes, and snippets.

@giorgiovilardo
Created January 19, 2020 21:05
Show Gist options
  • Save giorgiovilardo/f8927f81f5473fb3281f8de18e69590a to your computer and use it in GitHub Desktop.
Save giorgiovilardo/f8927f81f5473fb3281f8de18e69590a to your computer and use it in GitHub Desktop.
basic flake8 conf for basic py projects
[flake8]
exclude=.git,__pycache__,env
ignore=E231,E501
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment