Skip to content

Commit

Permalink
build: update format and lint scripts to include examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiechen committed Jul 28, 2024
1 parent 43812b8 commit 747003f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/format.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -x
set -e

ruff check src/handyllm tests --fix
ruff format src/handyllm tests
ruff check src tests examples --fix
ruff format src tests examples
4 changes: 2 additions & 2 deletions scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -e
set -x

ruff check src/handyllm tests
ruff format src/handyllm tests --check
ruff check src tests examples
ruff format src tests examples --check

0 comments on commit 747003f

Please sign in to comment.