Commit graph

11 commits

Author SHA1 Message Date
Max Mynter
b6767534cf
[CI] Add check for changes in autogenerated files (#415)
Some checks are pending
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / Check generated files unedited (push) Waiting to run
2025-05-16 08:05:04 +02:00
Micha Reiser
f0c00ca3ad
Fix repository in README transform script (#361)
Some checks are pending
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-13 19:41:04 +02:00
Zanie Blue
282c80c6df
Include admonitions in the README transform (#333)
These currently render weirdly: https://pypi.org/project/ty/
2025-05-12 14:27:54 -05:00
Zanie Blue
5f9803b4fa
Split the documentation out of the top-level README (#331)
Moves most of the documentation into a dedicated `docs/README` to make
it easier to reach important content in the top-level readme like
"getting involved".

There are some minor changes to the heading levels here and link
changes, but otherwise the content is the same. Don't go deep on the
getting started section, that's changing in #329
2025-05-12 13:45:02 -05:00
Zanie Blue
ab530d992d
Restore readme transformation script (#330) 2025-05-12 13:40:00 -05:00
Micha Reiser
b3073684d0
Reference documentation (#292) 2025-05-10 10:26:31 +00:00
Zanie Blue
f9c4c89993
Update the uv.lock on release (#277) 2025-05-08 11:02:16 -05:00
Zanie Blue
d50d72c144
Clean up some path handling in the schemastore script (#273)
Mostly making sure that the script is robust to alternative working
directories, and some stylistic nits.

Following up on
https://github.com/astral-sh/ty/pull/65#discussion_r2077839514 — not to
be annoying, but using `git` to find the root _can_ be wrong here


```
❯ cd ruff
❯ uv run --only-dev ../scripts/update_schemastore.py
> /Users/zb/workspace/ty/scripts/update_schemastore.py(146)main()
-> breakpoint()
(Pdb) print(root)
/Users/zb/workspace/ty/ruff
```
2025-05-08 09:32:18 -05:00
Micha Reiser
9efd86025d
Add script to update ty.json in schemastore (#65) 2025-05-08 11:30:05 +00:00
Zanie Blue
52d16b44bc
Move rooster into a dependency group for locking (#64) 2025-05-06 10:38:28 -05:00
Zanie Blue
d2abb67dcf
Add release script (#59) 2025-05-06 09:32:51 -05:00