소스 검색

Fix isort build step

Basti Tee 4 년 전
부모
커밋
3ceed53456
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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