Skip to content

Commit

Permalink
Merge branch 'abey79:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesphere authored Apr 5, 2024
2 parents 32f576d + 1df9e63 commit 066d246
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 162 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ update-deps:
test:
pytest

format:
ruff check --fix --output-format=full vpype vpype_cli vpype_viewer tests

lint:
mypy
ruff check --output-format=full vpype vpype_cli vpype_viewer tests
Expand Down
Loading

0 comments on commit 066d246

Please sign in to comment.