소스 검색

Update Makefile

Lutz Roeder 3 년 전
부모
커밋
f00fdaf9e0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -58,6 +58,8 @@ start: install
 
 lint: install
 	npx eslint source/*.js test/*.js publish/*.js tools/*.js
+	python -m pip install --upgrade --quiet pylint pyyaml mako onnx torch torchvision
+	python -m pylint -sn publish/*.py test/backend/*.py
 
 test: install
 	node ./test/models.js