JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

flake8 3+ support #23

Closed hellysmile closed 6 years ago

hellysmile commented 7 years ago

Hey! Is there any plans to support flake8 3+ ?

Thnx

JBKahn commented 7 years ago

I'll look into it this weekend

JBKahn commented 7 years ago

it works on 3.2.1 which was the last time I tested it, I'll check the changelog.

danyilmaz commented 7 years ago

I can confirm that this works with flake8 3.3.0 but is broken in 3.4.0 onwards, if that helps you track things down at all

Cheers

JBKahn commented 7 years ago

i figured out the issue, I'll fix it this weekend. Just need to change something in setup.py which they changed without registering a breaking semver change.

suned commented 6 years ago

+1

JBKahn commented 6 years ago

released