watch-pylint
v0.2.1
Published
watch-pylint
Downloads
1
Readme
watch-pylint
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