Update README.md

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 02:28:39 -07:00 committed by GitHub
parent 92b464fccf
commit f71ec59d01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,13 +97,13 @@ uv run ruff format src test
which should be done before any `git` commit. 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 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 ```bash
uv run pyright src uv run pyright src
``` ```
(or `just check`). (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 ```bash
uv run pytest -vvv --tb=short --log-cli-level=INFO uv run pytest -vvv --tb=short --log-cli-level=INFO
``` ```