Jelajahi Sumber

Fix isort build step

Basti Tee 3 tahun lalu
induk
melakukan
3ceed53456
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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