瀏覽代碼

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