mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-11 13:32:16 +00:00
10 lines
204 B
Makefile
10 lines
204 B
Makefile
.PHONY: tests
|
|
tests:
|
|
uv run --dev --group github pytest
|
|
|
|
lint:
|
|
uv run --dev ruff check --output-format=github --select=E9,F63,F7,F82 .
|
|
uv run --dev ruff check --output-format=github .
|
|
|
|
build:
|
|
uv build
|