From 6776f458dd875b3ad15af5e6f1081d3c224dfb33 Mon Sep 17 00:00:00 2001 From: Micha Johannes Birklbauer <19354640+michabirklbauer@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:34:03 +0200 Subject: [PATCH 1/2] update docs links --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index ab8a825..eab01c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ "header_links_before_dropdown": 5, "external_links": [ {"name": "uv", "url": "https://docs.astral.sh/uv/"}, - {"name": "ruff", "url": "https://astral.sh/ruff"}, + {"name": "ruff", "url": "https://docs.astral.sh/ruff/"}, {"name": "ty", "url": "https://docs.astral.sh/ty/"}, - {"name": "pyright", "url": "https://github.com/microsoft/pyright"}, + {"name": "pyright", "url": "https://microsoft.github.io/pyright"}, {"name": "pytest", "url": "https://docs.pytest.org/en/stable/"}, ], "icon_links": [ From 738fabbe4f5ddcfed74cb1d6df493f72a0b74871 Mon Sep 17 00:00:00 2001 From: Micha Johannes Birklbauer <19354640+michabirklbauer@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:37:48 +0200 Subject: [PATCH 2/2] update pyright link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a1e1e..a6d3e45 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A template repository for modern python development with [uv](https://docs.astra using [Pydantic](https://pydantic.dev/docs/validation/latest/get-started/), [Polars](https://pola.rs/), and [Streamlit](https://streamlit.io/). Linted with [ruff](https://astral.sh/ruff), -type checked with [ty](https://docs.astral.sh/ty/) and [pyright](https://github.com/microsoft/pyright), +type checked with [ty](https://docs.astral.sh/ty/) and [pyright](https://microsoft.github.io/pyright), and tested with [pytest](https://docs.pytest.org/en/stable/) using [GitHub Actions](https://docs.github.com/en/actions).