diff --git a/README.md b/README.md index 6d1eac4..aab5df3 100644 --- a/README.md +++ b/README.md @@ -93,12 +93,7 @@ Install [uv](https://docs.astral.sh/uv/getting-started/installation/) Install and setup dependencies with `uv sync` -### Run unit test -``` -uv run pytest --cov -``` - -### Run ruff +## Run ruff ``` uv run ruff format . uv run ruff check .