From d8d595fc780599b4ac2b318d9ba64a105bf1802c Mon Sep 17 00:00:00 2001 From: ix5 Date: Sun, 13 Feb 2022 14:04:15 +0100 Subject: [PATCH] Makefile: Run flake8 on contrib/ folder, too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7ba31e0b..b9776c4e0 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ init: npm install flakes: - flake8 isso/ --count --max-line-length=127 --show-source --statistics + flake8 isso/ contrib/ --count --max-line-length=127 --show-source --statistics # Note: It doesn't make sense to split up configs by output file with # webpack, just run everything at once