We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f393bb commit 7bd9ec8Copy full SHA for 7bd9ec8
tests/scripts/task_lint.sh
@@ -5,7 +5,7 @@ set -e -o pipefail
5
6
if [ ! -f bin/lint.py ]; then
7
echo "Grab linter ..."
8
- wget https://raw.githubusercontent.com/dmlc/dmlc-core/main/scripts/lint.py
+ wget https://raw.githubusercontent.com/dmlc/dmlc-core/28c2bfd2a8cf46e632e30d7fec006d3ee4b26b1c/scripts/lint.py
9
mv lint.py bin/lint.py
10
fi
11
0 commit comments