task_lint.sh 216 Bytes
Newer Older
1
2
3
4
5
6
#!/bin/bash
# Adapted from github.com/dmlc/dgl/tests/scripts/task_lint.sh

# pylint
echo 'Checking code style of python codes...'
python3 -m pylint --reports=y -v --rcfile=tests/lint/pylintrc python/dgllife || exit 1