Skip to content

Commit

Permalink
undo flag to ruff ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 6, 2024
1 parent b1d4bd8 commit 5b9af46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/scripts/test-and-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ process_args() {
process_args "$@"

if [ -z ${IS_CI+x} ]; then
eval "ruff ${RUFF_MODE} /home/app/web ${RUFF_FLAGS} --ignore=E501"
eval "ruff ${RUFF_MODE} /home/app/web ${RUFF_FLAGS}"
else
ruff format /home/app/web --check --ignore=E501
ruff check /home/app/web --ignore=E501
ruff format /home/app/web --check
ruff check /home/app/web
fi

0 comments on commit 5b9af46

Please sign in to comment.