Change all references to the pep8 project to say pycodestyle - #530
Conversation
|
There's an incomplete sentence in commit message: |
|
is this PR intended to cover every mention of |
This fixes issue PyCQA#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
c526e8e to
26c64ba
Compare
|
@sigmavirus24 It is a similar change to #519 (which I didn't notice until after I made the PR). #535 happened after me, so I couldn't give you a rundown of the differences at the moment @ArcTanSusan it does not change every name reference. As for the remark about the incomplete sentence in the commit message, apparently github stripped the words I put in braces (which make sense because that's a markdown thing). I should have fixed the message not |
|
your PR is better than mine, I will close #519 , thanks |
|
Looks great, thanks @iamaspacecow ! Also thanks to @xiaopeng163 and @ArcTanSusan for your feedback and input. Closes #535 |
This fixes issue #518, pep8 still referenced in the cli help command
As a side effect, in setup.cfg now becomes
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