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
More test cases for line length. More... over 12 years ago
Don't strip too much for W291 and W293. More... over 12 years ago
More robust readlines(). More... over 12 years ago
Merge pull request #69 from myint/master More... over 12 years ago
Rewrite E251 without regex. More... over 12 years ago
Add corresponding close() calls for each open() More... over 12 years ago
Fall back if encoding is declared improperly More... over 12 years ago
Open files with proper encoding More... over 12 years ago
Fix the test output and the exist code when running the --doctest or the --testsuite. More... over 12 years ago
Micro optimization. More... over 12 years ago
Add option '--format' to customize output. Closes #23. More... over 12 years ago
Enable the checkers E12 in the default configuration. More... over 12 years ago
Read local configuration even if multiple args are passed. More... over 12 years ago
Fix a crash when too many brackets are closed. More... over 12 years ago
Use a feature of optparse for %default in documentation. More... over 12 years ago
Fix E502 for embedded backslash. Closes #68. More... over 12 years ago
Read user configuration and local configuration. Closes #22. More... over 12 years ago
Message for E712 might be misleading. More... over 12 years ago
Make E27 checks twice as fast. More... over 12 years ago
Pick tests for E127 from @samv branch. More... over 12 years ago
Release version 1.2. More... over 12 years ago
Don't report failures due to PyPy JIT. More... over 12 years ago
Fix line offset for the testsuite. More... over 12 years ago
Line too long. More... over 12 years ago
Renumber the E12 series for consistency with part of E11 series; shorten the messages. More... over 12 years ago
Add doctests for E12; split the testsuite. More... over 12 years ago
Refactor E12 checks, and add a bunch of test cases. More... over 12 years ago
Use a version which passes distutils' StrictVersion More... over 12 years ago
Chase some false positive indentation errors. More... over 12 years ago
Allow to mix visual and hanging indent (E126 checker) More... over 12 years ago