Skip to content

Commit

Permalink
chore: adds import-lint to quality make target
Browse files Browse the repository at this point in the history
so I won't forget to run it before pushing next time
  • Loading branch information
pomegranited committed Sep 20, 2024
1 parent 290e79b commit 6d7ecbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d7ecbd

Please sign in to comment.