JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

Use pycodestyle rather than pep8 #19

Closed gforcada closed 7 years ago

gforcada commented 7 years ago

As it was renamed, see https://github.com/PyCQA/pycodestyle/issues/466

JBKahn commented 7 years ago

just in the middle of my vacation, I'm back next week then I'll be active again.

gforcada commented 7 years ago

@JBKahn I hope you enjoyed your vacations and I guess work has swamped you... this is a friendly reminder of this pull request, sorry for the noise.

JBKahn commented 7 years ago

right, I'll check this out this week! Thanks for the nudge!

gforcada commented 7 years ago

Sorry that was sloppy from my side, apologies!

I updated the patch, and hopefully fixed everything. Let's see if travis agrees.

gforcada commented 7 years ago

@JBKahn now I noticed that there is no test against flake8 3.x, should I add it to the testing matrix? I had some problems with some flake8 extensions I maintain, due to a bug on the 3.1.x and 3.2.0 series, but 3.2.1 seems to be stable, should I add that version?

JBKahn commented 7 years ago

yup +1

gforcada commented 7 years ago

Added.

JBKahn commented 7 years ago

I'll release this in a few days, going to make sure there's nothing else I want to bundle.