mirror of
https://github.com/nikdoof/pydantic_spaceapi.git
synced 2025-12-13 22:42:18 +00:00
Initial commit
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
.venv:
|
||||
python3 -m pip install poetry
|
||||
python3 -m poetry install --with test,github
|
||||
|
||||
.PHONY: tests
|
||||
tests: .venv
|
||||
python3 -m poetry run pytest
|
||||
|
||||
lint: .venv
|
||||
python3 -m poetry run ruff check --output-format=github --select=E9,F63,F7,F82 --target-version=py37 .
|
||||
python3 -m poetry run ruff check --output-format=github --target-version=py37 .
|
||||
Reference in New Issue
Block a user