JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

Fix entry point #29

Closed Jenselme closed 6 years ago

Jenselme commented 6 years ago

Use the correct prefix for the errors otherwise recent version of flake8 (~3.5) won't report the errors.

Close #27

JBKahn commented 6 years ago

One thing I found was that two things with the same entry point didn't work and I have two packages. I might deprecate both my flake8 packages and pull them into one so I can use T for both. Unless there's a way to be more specific with the entry point.

JBKahn commented 6 years ago

I will get on it this weekend, was in the middle of some stuff when I wrote this but I have the extra time now.

JBKahn commented 6 years ago

Fixed in https://github.com/JBKahn/flake8-print/pull/30