Skip to content

Commit

Permalink
Allow lint script to format as well as check the code
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Aug 15, 2024
1 parent cb07ac5 commit 2176c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ set -e

cd "$(dirname "$0")/.."

ruff check . --fix
ruff format .
ruff check . --fix

0 comments on commit 2176c59

Please sign in to comment.