From f737030ab81325fadb9a35221b0bf92e02b6c3f3 Mon Sep 17 00:00:00 2001 From: Justin C Date: Wed, 4 Oct 2023 23:39:19 -0400 Subject: [PATCH] Adjust makefile. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 86e6337..b6a3706 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,9 @@ check: .venv @echo "*****Pre-Commit Checks*****" @pre-commit run --all-files -lint: bandit black pylint mypy ruff pydocstyle pycodestyle +lint: bandit black ruff pydocstyle pycodestyle + +analyze: pylint mypy bandit: .venv @echo "*****Bandit*****"