diff options
author | Johann C. Rocholl <johann@rocholl.net> | 2009-10-02 13:12:23 -0700 |
---|---|---|
committer | Johann C. Rocholl <johann@rocholl.net> | 2009-10-02 13:12:23 -0700 |
commit | f15510063a30f32dbf5990afd0d404e62e275cfa (patch) | |
tree | 620f7cf6554a8082b483e17c18fa62c8c96a7295 /Makefile | |
parent | 39a8e674b88ee7e7a8c5dbe9c3e9512f34590973 (diff) | |
download | pep8-f15510063a30f32dbf5990afd0d404e62e275cfa.tar.gz |
Added code and tests for E225: missing whitespace around operators.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,3 +12,6 @@ selftest : doctest : python pep8.py --doctest + + +alltest : test selftest doctest |