From 6d7ecbd327a452ce0c0f9b55f3f8129ec9b918c5 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Sat, 21 Sep 2024 00:32:08 +0930 Subject: [PATCH] chore: adds import-lint to quality make target so I won't forget to run it before pushing next time --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 379aff15..7ae9b982 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ upgrade: ## update the pip requirements files to use the latest releases satisf quality: ## check coding style with pycodestyle and pylint tox -e quality + lint-imports pii_check: ## check for PII annotations on all Django models tox -e pii_check