Skip to content

Commit

Permalink
remove isort warning for -rc
Browse files Browse the repository at this point in the history
  • Loading branch information
chinskiy committed Apr 18, 2024
1 parent a174550 commit 879bcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ help: ## Show help
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)

isort: ## run isort and change imports order
isort -rc dj_anonymizer example tests
isort dj_anonymizer example tests

isort_check_only: ## run isort and show diff
isort -rc -c dj_anonymizer example tests
isort -c dj_anonymizer example tests

flake8: ## run flake8
flake8 .
Expand Down

0 comments on commit 879bcc9

Please sign in to comment.