Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 6, 2020 09:13
Show Gist options
  • Save gonzalodiaz/e065e11db730255dba3b242ad6b63dcd to your computer and use it in GitHub Desktop.
Save gonzalodiaz/e065e11db730255dba3b242ad6b63dcd to your computer and use it in GitHub Desktop.
ToxFlake8
[flake8]
# W291 trailing whitespace
# W292 no newline at end of file
# W293 blank line contains whitespace
# E203 whitespace before ':'
ignore = W291,W292,W293,E203
max-line-length = 100
max-complexity = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment