0.2.1 • Published 6 years ago

watch-pylint v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

watch-pylint

npm version

Prerequisite

$ export WATCH_PYLINT_TARGETS=`my-project/*.py`
$ export WATCH_PYLINT_PYTHON_BIN=`which python3`
$ export WATCH_PYLINT_PYLINT_BIN=$PWD/packages/bin/pylint
$ export WATCH_PYLINT_PACKAGES_DIR=$PWD/packages
$ export PYTHONUSERBASE=$WATCH_PYLINT_PACKAGES_DIR
$ pip3 install --user pylint

Install

$ yarn global add watch-pylint

Run

$ watch-pylint
0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago