From d5dfe15371635f41a3ea06e5e974db25e33ee2dc Mon Sep 17 00:00:00 2001 From: Stuart MacKay Date: Fri, 9 Feb 2024 16:32:22 +0000 Subject: [PATCH] test: Don't use lint related plugins when running tests from the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f213c9b..75e88ab 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ nvm := sh ~/.nvm/nvm.sh commit_opts := --gpg-sign upload_opts := --skip-existing -pytest_opts := --flake8 --black --isort +pytest_opts := .PHONY: help help: