openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
pycodestyle
Settings
|
Report Duplicate
8
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
15 days
ago. based on code collected
15 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 39 of 50
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix testsuite not reporting failure count in some cases.
Florent Xicluna
More...
over 12 years ago
Accept the path of the parent directory with the `--diff` option; fix decoding stdin buffer with Python3.
Florent Xicluna
More...
over 12 years ago
Rename method BaseReport.increment_logical_line().
Florent Xicluna
More...
over 12 years ago
Rename BasicReport to BaseReport.
Florent Xicluna
More...
over 12 years ago
Do not expect arguments after --diff.
Florent Xicluna
More...
over 12 years ago
Fix the --doctest option
Florent Xicluna
More...
over 12 years ago
Fix options processing.
Florent Xicluna
More...
over 12 years ago
Restore the command line. (Closes #77)
Florent Xicluna
More...
over 12 years ago
Implement `--diff` to receive a unidiff on STDIN and report errors on modified code only. (Closes #39)
Florent Xicluna
More...
over 12 years ago
The report initialization belongs to the report.
Florent Xicluna
More...
over 12 years ago
Fix error in pep8.py, move a method.
Florent Xicluna
More...
over 12 years ago
Reserve the FileReport for the script mode; honour the quiet=True argument when using the library.
Florent Xicluna
More...
over 12 years ago
Missing attribute 'lines' on the reporter class.
Florent Xicluna
More...
over 12 years ago
Forgot to mention issue #35 in the CHANGES.txt.
Florent Xicluna
More...
over 12 years ago
Break backwards compatibility: replace global configuration with a new StyleGuide class. (Closes #66)
Florent Xicluna
More...
over 12 years ago
Add line to CHANGES.txt
Florent Xicluna
More...
over 12 years ago
Only 'options' is a global variable.
Florent Xicluna
More...
over 12 years ago
Optimize the expand_indent helper when code is PEP8 compliant.
Florent Xicluna
More...
over 12 years ago
Fix E125 in pep8.py itself.
Florent Xicluna
More...
over 12 years ago
Merge pull request #74 from samv/master
Florent Xicluna
More...
over 12 years ago
make multi-line STRING % (foo, bar) work
Sam Vilain
More...
over 12 years ago
Don't set indent[-1]
Sam Vilain
More...
over 12 years ago
Add some more tests for multi-line string continuation indent
Sam Vilain
More...
over 12 years ago
Relax E127/E128 for aligned homogenous tokens
Sam Vilain
More...
over 12 years ago
Make E127/E128 stricter about what defines a new level
Sam Vilain
More...
over 12 years ago
Fix E225 for Python 3. Closes #72.
Florent Xicluna
More...
over 12 years ago
Add codes to all docstrings for find_checks() to selectively ignore checkers.
Florent Xicluna
More...
over 12 years ago
Line too long.
Florent Xicluna
More...
over 12 years ago
Report successive E24 on the same logical line. Closes #71.
Florent Xicluna
More...
over 12 years ago
Fix regression when rewriting E251. Closes #70.
Florent Xicluna
More...
over 12 years ago
←
1
2
…
35
36
37
38
39
40
41
42
43
…
49
50
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree