Skip to content

Instantly share code, notes, and snippets.

@claudiu-stanciu
Created April 1, 2021 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudiu-stanciu/34348400a770791645f76068ac524c5a to your computer and use it in GitHub Desktop.
Save claudiu-stanciu/34348400a770791645f76068ac524c5a to your computer and use it in GitHub Desktop.
flake8 config
[flake8]
ignore = E203, E266, E501, W503, F403, F401
max-line-length = 120
max-complexity = 18
select = B,C,E,F,W,T4,B9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment