Skip to content

Instantly share code, notes, and snippets.

@TahirJalilov
Created February 23, 2021 18:10
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 TahirJalilov/d8d335685aa8ac3c3b8ebf651339a8ac to your computer and use it in GitHub Desktop.
Save TahirJalilov/d8d335685aa8ac3c3b8ebf651339a8ac to your computer and use it in GitHub Desktop.
flake8 settings for python projects
[flake8]
max-line-length = 88
extend-ignore = E203, W503
exclude = ./venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment