6 lines
56 B
Makefile
6 lines
56 B
Makefile
lint:
|
|
uv run ruff check
|
|
|
|
test:
|
|
echo "Not implemented"
|