5 lines
164 B
Bash
Executable File
5 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
TOOLS="$(cd "`dirname "$0"`"; pwd)"
|
|
pylint -j 0 --rcfile=$TOOLS/../.pylintrc -f colorized --extension-pkg-whitelist=PyQt5 $TOOLS/../anki $TOOLS/../aqt
|