summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2022-05-25 15:34:10 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2022-05-25 15:34:10 +0200
commit4f053312934cdca739c3fefe4ada8a4f2d096bdd (patch)
tree2d6d7640fd5882bb1497b9793475dafcb70bac37 /Makefile
parent54c0648bd1d7552d27c577d65f70c25023001071 (diff)
downloadpsutil-4f053312934cdca739c3fefe4ada8a4f2d096bdd.tar.gz
add flake8-debugger plugin to detect pdb/set_trace() lines
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c67f7df0..38cf8df7 100644
--- a/Makefile
+++ b/Makefile
@@ -15,9 +15,10 @@ DEPS = \
concurrencytest \
coverage \
flake8 \
+ flake8-blind-except \
flake8-bugbear \
+ flake8-debugger \
flake8-print \
- flake8-blind-except \
isort \
pyperf \
pypinfo \