From b5ff069a630068ecd68b6bf8e5587329f4b48fc3 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 16 Feb 2022 20:07:54 -0300 Subject: [PATCH] Added pre-commit run to the lint target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3f287ba1..9ceaf265 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ lint: doc flake8 . --count --statistics rm kiplot.py rm kibot.py + pre-commit run -a test_tmp: lint $(PY_COV) erase