Skip to content

Instantly share code, notes, and snippets.

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 sigmavirus24/3d91e17ed81611fe2a84c7d32c33ba6c to your computer and use it in GitHub Desktop.
Save sigmavirus24/3d91e17ed81611fe2a84c7d32c33ba6c to your computer and use it in GitHub Desktop.
~/.flake8 bin/flake8 --version
3.0.1 (pyflakes: 1.2.3, pycodestyle: 2.0.0, mccabe: 0.5.0) CPython 2.7.11 on Darwin
~/.flake8 cat test.py
a=1
~/.flake8 bin/flake8 test.py
test.py:1:1: E225 missing whitespace around operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment