Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down