Created
February 7, 2020 10:57
-
-
Save amitpandey-io/771d1e8bbd9622ece30c113189630c13 to your computer and use it in GitHub Desktop.
python code linting
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
| pip install flake8 | |
| flake8 --ignore=E24,E501,W504,E408 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment