From 8766a1d1db74c194c715c564ba5a977ac5597e89 Mon Sep 17 00:00:00 2001 From: bronsen Date: Sat, 11 Apr 2026 00:49:54 +0200 Subject: [PATCH] docs: add reference to ty; change wording a wee bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1915809..ef2aaa8 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,13 @@ To re-create bronsen's development environment, sort of, you need several shiny new toys: * [just] to run the recipes from `justfile` -* [uv] for all the python executing stuff, also venv +* [uv] for all the python executing stuff, also venv and versioning * [prek] as a replacement for pre-commit * [ruff] to lint and format the python code * [markdownlint-cli2] to keep some sort of consistency in our markdowns +* [ty] as LSP and type checker -I use just; just uses uv, prek, ruff, and so on. It's indirection and +I use just; just runs uv, prek, ruff, and so on. It's indirection and abstraction all the way down. However, you can also do without all these! @@ -91,7 +92,6 @@ might be web-frontend thing automatically provided by [Textual]. ### Configs for tools the bronsen does not currently use Oh sure, I'll accept those. Please create a merge request that adds the file. -I'll make an effort to update those to the best of my capabilities. ## AI @@ -109,6 +109,7 @@ Please don't: this is my little human-created thing. post, dev * commit * When we really really want to release: + * make sure `just alltests` passes * `just release {Release Name can be several words}` ---- @@ -116,6 +117,7 @@ Please don't: this is my little human-created thing. [official documenation]: https://textual.textualize.io/guide/devtools/#console [Textual]: https://textual.textualize.io/ [uv]: https://astral.sh/uv +[ty]: https://docs.astral.sh/ty/ [just]: https://just.systems/ [prek]: https://prek.j178.dev/ [ruff]: https://astral.sh/ruff