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
Updated text about running tests with tox; Closes #552 More... over 8 years ago
Merge pull request #539 from sigmavirus24/max-line-length-noqa More... over 8 years ago
Switch Travis to use tox
Ian Stapleton Cordasco
as Ian Cordasco
More... over 8 years ago
Merge pull request #540 from sigmavirus24/remove-warnings
Ian Stapleton Cordasco
as Ian Cordasco
More... over 8 years ago
Remove unused imports and assignments
Ian Stapleton Cordasco
as Ian Cordasco
More... over 8 years ago
Update maximum_line_length to use Checker.noqa
Ian Stapleton Cordasco
as Ian Cordasco
More... over 8 years ago
Updated changelog to specify changes in 2.1.0 More... over 8 years ago
Merge pull request #525 from mtmiller/issue341 More... over 8 years ago
Updated version number of next release to 2.1.0 More... over 8 years ago
Updated Travis CI doc link More... over 8 years ago
Updated docs related to tested Python versions More... over 8 years ago
Fixed wrapping of text in developer.rst More... over 8 years ago
Merge pull request #532 from mtmiller/doc-update More... over 8 years ago
Added skip missing interpreters flag to tox config More... over 8 years ago
Updated developer documentation for testing More... over 8 years ago
Reverted a few spelling changes More... over 8 years ago
Merge pull request #530 from iamaspacecow/pycodestyle-name-change More... over 8 years ago
Fix typos More... over 8 years ago
Add test-requirements.txt with basic test packages More... over 8 years ago
Update Python version list in docs More... over 8 years ago
Report E742 and E743 for badly named functions and classes More... over 8 years ago
Also report E741 on 'global' and 'nonlocal' statements More... over 8 years ago
Added passing test case related to #376 More... over 8 years ago
Change all references to the pep8 project to say pycodestyle This fixes issue #518, pep8 still referenced in the cli help command As a side effect, `[pep8]` in setup.cfg now becomes `[pycodestyle]` Also, changed the path for the config file from ~/.config/pep8 to ~/.config/pycodestyle These feel like changes that should have come with the jump to version 2.0.0, as they are breaking, but support for as a name can still be added if it's desired enough More... over 8 years ago
Add more doctests for E741 More... over 8 years ago
Merge pull request #522 from arthall/issue-314 More... over 8 years ago
Report E741 for prohibited single-letter variables More... over 8 years ago
Never use 'l' (lowercase letter el) as a variable name More... over 8 years ago
Allow all dunder variables above imports More... over 8 years ago
Modified patch for issue #314 so tests in E73.py pass More... over 8 years ago