flake8: Add flake8-debugger plugin.
flake8 debug statement checker https://github.com/JBKahn/flake8-debugger
This commit is contained in:
parent
289891a828
commit
7e3507aba1
@ -22,7 +22,7 @@
|
||||
import os
|
||||
import sys
|
||||
import bdb
|
||||
import pdb
|
||||
import pdb # noqa
|
||||
import signal
|
||||
import functools
|
||||
import faulthandler
|
||||
|
Loading…
Reference in New Issue
Block a user