JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

Question: support for pprint detection #21

Closed emilecaron closed 6 years ago

emilecaron commented 7 years ago

I usually use python pprint module when debugging. Would it be nice to add another rule for this case? especially since it's not third-party but standard python.

Let me know if it seems useful, i'd be glad to submit a PR

JBKahn commented 7 years ago

sure, I'd be glad to merge it in.

emilecaron commented 7 years ago

draft here: https://github.com/JBKahn/flake8-print/pull/22

JBKahn commented 6 years ago

released