Page MenuHomeSolus

Updated pycodestyle to 2.4.0
AbandonedPublic

Authored by debug on May 8 2018, 9:00 AM.

Details

Reviewers
None
Group Reviewers
Triage Team
Summary

Updated pycodestyle to 2.4.0.
Change log available here.

Test Plan

Installed alongside several different Python formatting tools and used to fix some fabricated errors.
All unit testing is run for Python/Python3 when the package is built.

As a side not I didn't use the Tox suite provided by 'pycodestyle' because it increases the build time dramatically by testing every version of Python possible.

Diff Detail

Repository
R2504 pycodestyle
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

debug requested review of this revision.May 8 2018, 9:00 AM
debug planned changes to this revision.May 8 2018, 2:29 PM

This package should not be upgraded until the next version of 'flake8'. The new dependencies are required otherwise a 'DistributionNotFound' error will be thrown leaving flake8 unusable.

Closing due to the latest release of flake8 and D4232.

In D2885#67617, @debug wrote:

Closing due to the latest release of flake8 and D4232.

Sorry, I didn't think there was already an awaiting patch for this. Next time, slap me and abandon my patch instead of yours.