6 lines
102 B
Makefile
6 lines
102 B
Makefile
check:
|
|
uv run ruff format --check
|
|
uv run ruff check .
|
|
uv run ty check .
|
|
uv run pytest
|