Browse Source

Fix isort build step

Basti Tee 4 years ago
parent
commit
3ceed53456
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -51,7 +51,7 @@ coverage:
 
 
 isort:
 isort:
 	@echo Check for incorrectly sorted imports
 	@echo Check for incorrectly sorted imports
-	pipenv run isort --check-only
+	pipenv run isort --check-only .
 
 
 lint:
 lint:
 	@echo Run code formatting checks against source code base
 	@echo Run code formatting checks against source code base