From 2ec4e5ab52f1491b7e372bdbd5b5bc7d445b8804 Mon Sep 17 00:00:00 2001 From: Elena Khaustova Date: Fri, 10 Jan 2025 18:36:04 +0000 Subject: [PATCH] Updated lint command Signed-off-by: Elena Khaustova --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aec1e865c..e8c8a4e08 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ install-pip-setuptools: python -m pip install -U pip setuptools wheel lint: - pre-commit run -a --hook-stage manual ruff-$(plugin) && pre-commit run trailing-whitespace --all-files && pre-commit run end-of-file-fixer --all-files && pre-commit run check-yaml --all-files && pre-commit run check-added-large-files --all-files && pre-commit run check-case-conflict --all-files && pre-commit run check-merge-conflict --all-files && pre-commit run debug-statements --all-files && pre-commit run black-$(plugin) --all-files --hook-stage manual && pre-commit run secret_scan --all-files --hook-stage manual && pre-commit run bandit --all-files --hook-stage manual + pre-commit run -a --hook-stage manual ruff-$(plugin) && pre-commit run trailing-whitespace --all-files && pre-commit run end-of-file-fixer --all-files && pre-commit run check-yaml --all-files && pre-commit run check-added-large-files --all-files && pre-commit run check-case-conflict --all-files && pre-commit run check-merge-conflict --all-files && pre-commit run debug-statements --all-files && pre-commit run black-$(plugin) --all-files --hook-stage manual && pre-commit run bandit --all-files --hook-stage manual $(MAKE) mypy mypy: