Skip to content

Instantly share code, notes, and snippets.

~/.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