Skip to content

Instantly share code, notes, and snippets.

@guptarohit
Created November 15, 2019 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save guptarohit/94d1afa5a3c4d2bd32f0f1093f879fa6 to your computer and use it in GitHub Desktop.
Save guptarohit/94d1afa5a3c4d2bd32f0f1093f879fa6 to your computer and use it in GitHub Desktop.
flake8 hook configurations
[flake8]
max-line-length = 88
max-complexity = 18
select = B,C,E,F,W,T4,B9
ignore = E203, E266, E501, W503, F403, F401
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment