JBKahn / flake8-print

flake8
MIT License
119 stars 22 forks source link

I want to help expand this one and create other modules for other checks as well #3

Closed moylop260 closed 9 years ago

moylop260 commented 9 years ago

Hello, This is a great work. Thank you.

I want help to add a flake8-pdb to check pdb sentence similar to print sentence. I shared my code here: http://stackoverflow.com/questions/25249586/flag-print-statements-in-python-code#comment39491676_25249854

I want know if our work together to make a standard inherit check for flake8. Or you prefer make a new project to flake8-pdb, flake8-other-check...

What do you think?

JBKahn commented 9 years ago

sorry just saw this now, must have missed the email. thanks :)

JBKahn commented 9 years ago

I already have a https://github.com/JBKahn/flake8-debugger

JBKahn commented 9 years ago

I saw that code. But I don't want to catch just the import, I want to catch the usage of set_trace as well. I haven't had the time to look at expanding that solution to look for both.