Uh oh!
There was an error while loading. Please reload this page.
Change [pep8]-> [pycodestyle] in tox.ini - #2020
Conversation
daspecster
commented
Jul 22, 2016
I deleted the cache on travis for this PR too. No dice. |
75aae3b to
3fa7391Comparedhermes
commented
Jul 25, 2016
Is there documentation to support either syntax? |
From: http://pep8.readthedocs.io/en/latest/intro.html#configuration Travis says it's pulling in pycodestyle=2.0.0 AFAICT. |
dhermes
commented
Jul 25, 2016
👍 |
daspecster
commented
Aug 17, 2016
pycodestyle still hasn't cut a release yet. |
dhermes
commented
Aug 17, 2016
Refresh me, what is the release we're waiting for |
daspecster
commented
Aug 17, 2016
Supporting On Wed, Aug 17, 2016 at 2:30 PM, Danny Hermes notifications@github.com
Tom Schultz |
dhermes
commented
Aug 17, 2016
Ah. Shucks. |
daspecster
commented
Sep 21, 2016
Should get a release for this soon! PyCQA/pycodestyle#574 (comment) |
3fa7391 to
d7783a6Comparetseaver
commented
Sep 22, 2016
Ugh, THAT NO WORK! |
daspecster
commented
Sep 22, 2016
@tseaver, Yeah not until they cut the release. They updated on their master branch a while ago but that change hasn't been pushed to pypi. When they cut the release I'll start travis and it should just go green. |
daspecster
commented
Nov 4, 2016
Pycodestyle 2.1.0! |
d7783a6 to
2f31ddcCompare2f31ddc to
fb5886fComparedhermes
commented
Nov 4, 2016
@daspecster You need a version lower bound: https://github.com/GoogleCloudPlatform/google-cloud-python/blob/75e46139695747ddd1bbbc8cd3841bb6897331c8/tox.ini#L214 |
daspecster
commented
Nov 4, 2016
dhermes
commented
Nov 4, 2016
LGTM pending Travis |
dhermes
commented
Nov 4, 2016
Actually @daspecster it looks like the new version of Can you add an extra empty line before the |
dhermes
commented
Nov 4, 2016
@daspecster LGTM to merge on Travis green. Also, is the |
daspecster
commented
Nov 4, 2016
Ok cool. Nope, forgot it was there. |
…nfig Change [pep8]-> [pycodestyle] in tox.ini

Here's an example of what I was talking about in #2019 (comment).
pycodestyle reference: PyCQA/pycodestyle#550