mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
4 lines
122 B
Bash
Executable file
4 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
TOOLS="$(cd "`dirname "$0"`"; pwd)"
|
|
pylint -E -j 0 -f colorized --disable=E0602 $TOOLS/../anki $TOOLS/../aqt
|