Skip to content

Instantly share code, notes, and snippets.

@guptarohit
Created November 15, 2019 12:50
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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