flake8: Add flake8-debugger plugin.

flake8 debug statement checker
https://github.com/JBKahn/flake8-debugger
This commit is contained in:
Florian Bruhin 2016-01-21 22:01:27 +01:00
parent 289891a828
commit 7e3507aba1
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
import os
import sys
import bdb
import pdb
import pdb # noqa
import signal
import functools
import faulthandler

View File

@ -153,6 +153,7 @@ passenv =
deps =
-r{toxinidir}/requirements.txt
flake8==2.5.1
flake8-debugger==1.4.0
mccabe==0.3.1
pep8==1.7.0
pyflakes==1.0.0