8
I Use This!
Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add failing test for #323
Ian Stapleton Cordasco
as Ian Cordasco
More... over 10 years ago
Update documentation to match config file location change in last commit. More... over 10 years ago
Update fix for E731
Ian Stapleton Cordasco
as Ian Cordasco
More... over 10 years ago
Fixing compound_statement not to be quadratic in # of :s More... over 10 years ago
allow use # noqa to disable E721 warning More... over 10 years ago
Fix #311. Add regex to check for field assignment
Ian Stapleton Cordasco
as Ian Cordasco
More... over 10 years ago
Fixed the formatting in the table More... over 10 years ago
Added variables table for clarity More... over 10 years ago
Corrected some formatting More... over 10 years ago
#198 --feature doc updated. More... over 10 years ago
Fix violations of new rule in pep8.py. #ep14boat More... over 10 years ago
Report W503 for line breaks before binary operators; issue #197. #ep14boat More... over 10 years ago
Report E402 for imports not on top of file; issue #264. Also add ability to keep local state for each checker plugin. #ep14boat More... over 10 years ago
Do not enforce whitespaces around ** operator; issue #292 More... over 10 years ago
Do not report E704 in the default configuration; issue #277 More... over 10 years ago
Report E266 instead of E265 when the block common starts with multiple #; issue #270 More... over 10 years ago
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274 More... over 10 years ago
Add changelog entries for E704 and E731 More... over 10 years ago
Report E731 for lambda assignment, return E704 for one-liner def instead of E701; issue #277 More... over 10 years ago
Release version 1.5.7 More... over 10 years ago
Add Python 3.4 to .travis.yml More... over 10 years ago
Add changelog entry More... over 10 years ago
Merge pull request #288 from dreadatour/universal-newline More... over 10 years ago
Always open files with universal newline flag More... almost 11 years ago
Additional tests for W391 More... almost 11 years ago
Check the last line even if it does not end with a NL; issue #286 More... almost 11 years ago
Do not exit when an option in setup.cfg / tox.ini is not recognized More... almost 11 years ago
Merge pull request #283 from HFulcher/master More... almost 11 years ago
Fixed #281 in docs More... almost 11 years ago
Merge pull request #280 from lordhellcito/patch-1 More... almost 11 years ago