mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
4 lines
164 B
Bash
Executable file
4 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
|