JBKahn / flake8-debugger

flake8 debug statement checker
MIT License
41 stars 10 forks source link

Idea: catch ipython InteractiveShellEmbed #2

Closed coagulant closed 9 years ago

coagulant commented 9 years ago
from IPython.frontend.terminal.embed import InteractiveShellEmbed
InteractiveShellEmbed()()
JBKahn commented 9 years ago

Never heard of it. I'll check it out this week, but I don't see why not to include it

JBKahn commented 9 years ago

totally didn't get a chance to. will tomorrow. :)

JBKahn commented 9 years ago

I didn't abandon you. I just realized how hard coded all this logic was. I'm going to rewrite it so that adding new checkers is easier and the code is more generic.

JBKahn commented 9 years ago

added in 1.4.0

coagulant commented 9 years ago

Thnx!