diff --git a/README.md b/README.md index f79f2a011..ceec198c3 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ pre-commit install ### Running Tests ```bash -uvx pytest +uv run pytest . ``` ### Running static type checks