Last active
February 23, 2021 02:09
-
-
Save taross-f/3a4bfb77036a5b1421c375d3f6d1b2a2 to your computer and use it in GitHub Desktop.
flake8 sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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