File: lint.cmd

package info (click to toggle)
pysmartapp 0.3.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 340 kB
  • sloc: python: 1,342; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
@echo off
pip install isort --quiet
isort tests demo pysmartapp --recursive
pip install -r test-requirements.txt --quiet
pylint tests pysmartapp
flake8 tests pysmartapp
pydocstyle tests pysmartapp