Created
July 26, 2016 20:32
-
-
Save sigmavirus24/3d91e17ed81611fe2a84c7d32c33ba6c to your computer and use it in GitHub Desktop.
This file contains 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 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