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 .
|