Skip to content

Commit

Permalink
Merge pull request #283 from Pirate-Weather/format-script
Browse files Browse the repository at this point in the history
Allow lint script to format as well as check the code
  • Loading branch information
cloneofghosts authored Aug 15, 2024
2 parents cb07ac5 + 2176c59 commit 68cc57e
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 68cc57e

Please sign in to comment.