JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

add new rule to detect pprint use #22

Closed emilecaron closed 6 years ago

emilecaron commented 7 years ago

This adds a new check to detect use of python pprint module / function. Rule name is currently T004, since i have no idea what the policy is...

Any feedback is very welcome !

JBKahn commented 7 years ago

This looks good, it won't catch an import as case but I think that's alright

JBKahn commented 6 years ago

Including this in my PR here https://github.com/JBKahn/flake8-print/pull/24