This project is designed to work with the python package manager called uv, let's install it
uv venv
# On macOS and Linux.
source .venv/bin/activate
# On Windows.
.venv\Scripts\activate
uv pip install -e .[dev]
pytest tests
mypy src/zametka/access_service
ruff check
ruff format