8
I Use This!
Low Activity

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix an incorrect "W391 blank line at EOF" More... over 11 years ago
Allow long lines in multiline strings if they cannot be wrapped (issue #224). More... over 11 years ago
Add some test cases for multiline strings. More... over 11 years ago
Check physical lines after tokenizing them. More... over 11 years ago
Fix #240: Allow errors on empty files More... over 11 years ago
Fixed #236 -- added checks for 'not X in L' and 'not X is Y' More... over 11 years ago
Allow disable of W601 More... over 11 years ago
Fix issue with --select and flake8 extensions; issue #216 More... over 11 years ago
Release version 1.4.6 More... over 11 years ago
Another E122 not detected More... over 11 years ago
Missing blank line in documentation More... over 11 years ago
Merge pull request #207 from jcrocholl/issue103 More... over 11 years ago
Fix false positive E121 with multiple brackets; issue #203 More... over 11 years ago
Fix E122 not detected in some cases; issue #201 More... over 11 years ago
Support for space indents with size other than 4 More... over 11 years ago
Don't crash when checking the BOM on Unicode lines, with Python 2 More... almost 12 years ago
Fix E70x not detected sometimes; issue #196 More... almost 12 years ago
Of course the testsuite needs fixing to ignore E123 too More... almost 12 years ago
Accept both styles of closing bracket indentation, ignore E123 in the default configuration More... almost 12 years ago
More tests for E265 with the shebang More... almost 12 years ago
Fix tests on Python 2.5 More... almost 12 years ago
Add tests for E265 More... almost 12 years ago
Add E265 for space before block comment; issue #190 More... almost 12 years ago
Fix BOM for Python 3 too, add changelog entry More... almost 12 years ago
Merge pull request #193 from sporty/master More... almost 12 years ago
utf-8 bom support. More... almost 12 years ago
New option --hang-closing to replace E123 by E133; issue #103 More... almost 12 years ago
Do not crash when running AST checks and the document contains null bytes More... almost 12 years ago
Fix typo in CHANGES.txt More... almost 12 years ago
Reorder the tests for E12 More... almost 12 years ago