We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808004a commit 3384ae3Copy full SHA for 3384ae3
ci/code_checks.sh
@@ -113,7 +113,7 @@ if [[ -z "$CHECK" || "$CHECK" == "lint" ]]; then
113
114
# Imports - Check formatting using isort see setup.cfg for settings
115
MSG='Check import format using isort' ; echo $MSG
116
- ISORT_CMD="isort --recursive --check-only pandas asv_bench"
+ ISORT_CMD="isort --quiet --recursive --check-only pandas asv_bench"
117
if [[ "$GITHUB_ACTIONS" == "true" ]]; then
118
eval $ISORT_CMD | awk '{print "##[error]" $0}'; RET=$(($RET + ${PIPESTATUS[0]}))
119
else
0 commit comments