* Move the pylint CI configuration to a separate script * Update pylint in CI to 2.1.1 * Add pycurl to pylint whitelist
4 lines
77 B
Bash
4 lines
77 B
Bash
SCRIPTDIR=$(dirname $0)
|
|
|
|
mypy gajim
|
|
${SCRIPTDIR}/pylint-ci.sh --jobs=0 gajim
|