Last active
August 1, 2019 19:11
-
-
Save adithyabsk/188fcdca8d6c115f599b1e8b8ec39cd5 to your computer and use it in GitHub Desktop.
Run flake8
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 | |
| # ./simplecalc/calculator.py:19:1: D401 First line should be in imperative mood | |
| # ./simplecalc/calculator.py:39:80: E501 line too long (97 > 79 characters) | |
| # ./simplecalc/calculator.py:62:80: E501 line too long (88 > 79 characters) | |
| # ./simplecalc/calculator.py:65:80: E501 line too long (90 > 79 characters) | |
| # ./simplecalc/calculator.py:128:1: I101 Missing parameter(s) in Docstring: - nums | |
| # ./simplecalc/calculator.py:129:1: I102 Excess parameter(s) in Docstring: + n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment