We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288c8ed commit 7a67592Copy full SHA for 7a67592
ci/code_checks.sh
@@ -121,7 +121,7 @@ if [[ -z "$CHECK" || "$CHECK" == "lint" ]]; then
121
122
# Imports - Check formatting using isort see setup.cfg for settings
123
MSG='Check import format using isort' ; echo $MSG
124
- ISORT_CMD="isort --quiet --check-only pandas asv_bench scripts"
+ ISORT_CMD="isort --quiet --check-only pandas asv_bench scripts web"
125
if [[ "$GITHUB_ACTIONS" == "true" ]]; then
126
eval $ISORT_CMD | awk '{print "##[error]" $0}'; RET=$(($RET + ${PIPESTATUS[0]}))
127
else
0 commit comments