Explorar el Código

Fix isort build step

Basti Tee hace 4 años
padre
commit
3ceed53456
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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