From f27ad1e416df999500e06a1f3013609238e6ba0b Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 15 Sep 2016 22:15:10 +0200 Subject: [PATCH] add flake8 to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e0365bb..cb4ab46 100644 --- a/Makefile +++ b/Makefile @@ -23,3 +23,6 @@ test_error_on_flowtext: PYTHONPATH=. scour --error-on-flowtext unittests/flowtext-less.svg /dev/null # .. and this should bail out! PYTHONPATH=. scour --error-on-flowtext unittests/flowtext.svg /dev/null + +flake8: + flake8 --max-line-length=119 \ No newline at end of file