anki/tools/lint.sh
2019-12-16 21:04:32 +10:00

7 lines
172 B
Bash
Executable File

#!/bin/bash
set -e
TOOLS="$(cd "`dirname "$0"`"; pwd)"
pylint -j 0 --rcfile=$TOOLS/../.pylintrc -f colorized --extension-pkg-whitelist=PyQt5 $TOOLS/../anki $TOOLS/../aqt