Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Sep 13, 2024
1 parent 091c0f4 commit c0112d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/reformat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! command -v ruff &> /dev/null || ! command -v dotenv-linter &> /dev/null; th
fi

# run ruff linter
ruff check --fix --unsafe-fixes ./api
ruff check --fix ./api

# run ruff formatter
ruff format ./api
Expand Down

0 comments on commit c0112d9

Please sign in to comment.