7 lines
88 B
Makefile
7 lines
88 B
Makefile
|
|
format:
|
|
uv run ruff format .
|
|
|
|
check:
|
|
uv run ruff check .
|
|
uv run ty check .
|