Skip to content

Instantly share code, notes, and snippets.

@adithyabsk
Last active August 1, 2019 19:11
Show Gist options
  • Select an option

  • Save adithyabsk/188fcdca8d6c115f599b1e8b8ec39cd5 to your computer and use it in GitHub Desktop.

Select an option

Save adithyabsk/188fcdca8d6c115f599b1e8b8ec39cd5 to your computer and use it in GitHub Desktop.
Run flake8
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