Skip to content

Instantly share code, notes, and snippets.

@taross-f
Last active February 23, 2021 02:09
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 taross-f/3a4bfb77036a5b1421c375d3f6d1b2a2 to your computer and use it in GitHub Desktop.
Save taross-f/3a4bfb77036a5b1421c375d3f6d1b2a2 to your computer and use it in GitHub Desktop.
flake8 sample
flake8 --ignore E111,E114,C901,E302,W503 --max-line-length 120 /path/to/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment