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