mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
chore: fix indention violations by applying E111 to E117 ruff rules (#4925)
This commit is contained in:
@@ -31,7 +31,7 @@ if $api_modified; then
|
||||
pip install ruff
|
||||
fi
|
||||
|
||||
ruff check ./api || status=$?
|
||||
ruff check --preview ./api || status=$?
|
||||
|
||||
status=${status:-0}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user