From a08afe67751e9cb50e3c8ac197179efeb996a881 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sun, 16 Apr 2023 22:45:47 -0300 Subject: [PATCH] Fix lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dd8a14e..d923886 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: $(STL_FILES) lint lint: .lint .lint: *.py components/*.py - flake8 black *.py */*.py + flake8 touch .lint