aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-30 09:57:40 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-30 10:11:47 +0200
commitd8a2d8544bb1346f06395ba27ecd8ffd75dcb392 (patch)
tree21ed6b48da1e99c048c3b55726aea4595122491b /Makefile
parenta85e72197afbb34a4eb503b4ec3709ae5dfcd5fa (diff)
Use flake8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a15dc67..409982a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ $(DETECT): $(DETECT).in
%.py: %
ln -s $< $@
- pychecker -q -e Error $@
+ flake8 $@
check: $(DETECT) $(PYFILES)