Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created March 7, 2018 15:58
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 filipgorczynski/f470f8dd309321c8bad9beb3849facc4 to your computer and use it in GitHub Desktop.
Save filipgorczynski/f470f8dd309321c8bad9beb3849facc4 to your computer and use it in GitHub Desktop.
~/Envs/pytools/bin/flake8 setup.py
setup.py:5:1: F401 're' imported but unused
setup.py:15:1: E302 expected 2 blank lines, found 1
setup.py:38:1: E305 expected 2 blank lines after class or function definition, found 1
setup.py:52:80: E501 line too long (134 > 79 characters)
setup.py:100:80: E501 line too long (116 > 79 characters)
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment