Reviewed-on: #3 Co-authored-by: Waylon S. Walker <waylon@waylonwalker.com> Co-committed-by: Waylon S. Walker <waylon@waylonwalker.com>
7 lines
94 B
Makefile
7 lines
94 B
Makefile
|
|
format:
|
|
uv run ruff format .
|
|
|
|
check:
|
|
uv run ruff check . --fix
|
|
uv run ty check .
|