aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 494f08c..16a10c1 100644
--- a/makefile
+++ b/makefile
@@ -2,3 +2,6 @@ runtox:
. ~/bin/set_proxies; \
tox test | cat
coverage html
+
+runflake8:
+ flake8 --max-line-length 120 .