Created
July 26, 2016 20:32
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