Skip to content

Commit

Permalink
update scripts/format-code
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Mar 15, 2024
1 parent 7c8d85d commit 2833073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/format-code
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

ruff format "$@"
git diff --name-only | xargs sed -i -E $'s|^\t+ | |g'
ruff --fix "$@"
ruff check --fix "$@"

0 comments on commit 2833073

Please sign in to comment.