Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lpthong90 committed Feb 21, 2024
1 parent c905490 commit eb4cb00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -e
set -x

mypy simple_trees
ruff simple_trees tests scripts
ruff format simple_trees tests scripts --check
mypy py_simple_trees
ruff py_simple_trees tests scripts
ruff format py_simple_trees tests scripts --check

0 comments on commit eb4cb00

Please sign in to comment.