8
I Use This!
Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix E502 for backslash embedded in literals, and further refactoring of the new E12 checks. More... over 12 years ago
Refactor: use 'row' for the line number, and 'line' for the content of the line; re-enable debugging. More... over 12 years ago
Python 2.4 does not support the ternary operator More... over 12 years ago
Add checks for continuation line indentation, disabled by default. Closes #64. More... over 12 years ago
Now logical_line checks `yield` errors. More... over 12 years ago
More tests More... over 12 years ago
Realign text according to PEP8, thanks to Sam Vilain checkers; and refactor a little bit. More... over 12 years ago
Allow tokens following multi–line string literals to avoid E12* More... over 12 years ago
New continuation line error E127 unnecessary backslash More... over 12 years ago
Fix style of pep8.py. More... over 12 years ago
Add checks E711, E712 and E721. Closes #46 and #47. More... over 12 years ago
Move down the status image. More... over 12 years ago
Extend E12* errors to unbracketed continuation lines More... over 12 years ago
Fix an E120 false positive More... over 12 years ago
E12: eat your own dogfood: visual or hanging indent, pick one More... over 12 years ago
Fix continuation lines false positive on indented blocks More... over 12 years ago
Fix issue #29: spurious E225 and E701 for function annotations More... over 12 years ago
Refresh the README. More... over 12 years ago
Add E502 for extraneous backslashes. More... over 12 years ago
Option --show-pep8 should imply --first. More... over 12 years ago
Code review. More... over 12 years ago
Add a hybrid checker for continuation line indentation More... over 12 years ago
Only 3.1 make sense for Travis-CI build. More... over 12 years ago
Tentatively enable more builds. More... over 12 years ago
Release version 1.1. More... over 12 years ago
Slight refactoring in check_all method. More... over 12 years ago
Catch syntax errors with E901; fix E27* to behave consistently with Python3. More... over 12 years ago
--repeat is the default More... over 12 years ago
Merge remote-tracking branch 'origin/master' More... over 12 years ago
Entries in CHANGES.txt More... over 12 years ago