From f71ec59d019bc30a1d263f53c7e7233f1edd88ab Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" <57684088+tgorordo@users.noreply.github.com> Date: Mon, 25 May 2026 02:28:39 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56abc2c..153f632 100644 --- a/README.md +++ b/README.md @@ -97,13 +97,13 @@ uv run ruff format src test which should be done before any `git` commit. This is not really taken full advantage of at the moment, but type hints can be checked -by running +by running [pyright](https://github.com/microsoft/pyright) ```bash uv run pyright src ``` (or `just check`). -A test suite can be run as +A [pytest](https://docs.pytest.org/en/stable/) test suite can be run as ```bash uv run pytest -vvv --tb=short --log-cli-level=INFO ```