From bf0e388bb8757eca231d549606d1482b9a7573e2 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Thu, 11 Nov 2021 16:16:52 +0100 Subject: [PATCH] Added tame pylint to default tests --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index c7f1f11..5a04fde 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ test: tox.ini tox; + pylint --rcfile=pylint.rc *.py app/*.py plugins/base/*.py coverage html; coverage report; @@ -18,6 +19,7 @@ shipit: test pylint: pylint --rcfile=pylint.rc *.py app/*.py plugins/base/*.py +# Testing if types are used properly mypy: mypy --strict-optional app/