Skip to content

Commit

Permalink
test-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft committed Aug 16, 2024
1 parent e252f47 commit 42b934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ format () {
format '*.hs' ormolu
format '*.py' python3 -m isort --
format '*.py' python3 -m black -- -S -q
format '*.sql' sqlformat -reindent -s -keywords upper -identifiers lower
format '*.sql' sqlformat --reindent -s -keywords upper -identifiers lower
format '*.yaml' yamlfmt -w
format '*.yml' yamlfmt -w

0 comments on commit 42b934a

Please sign in to comment.