Commit Graph

329 Commits

Author SHA1 Message Date
Alex Waygood 489bb4de9f
Bump shellcheck pin (#2262) 2025-12-29 18:41:49 +00:00
Micha Reiser aa7559db82
Bump version to 0.0.8 (#2256) 2025-12-29 14:35:18 +01:00
Matthew Mckee 3d7094f40f
Add `showSyntaxErrors` editor setting (#2247)
## Summary

See https://github.com/astral-sh/ruff/pull/22217
2025-12-29 18:02:48 +05:30
Paarth Ahuja d07e2a667c
update_schemastore.py: Fix actual vs expected revision in log (#2231) 2025-12-29 11:20:10 +01:00
samypr100 95761966c2
ci(docker): align with ruff/uv build-docker.yml (#2217) 2025-12-25 21:48:51 +01:00
Charlie Marsh cf82a04b57
Bump version to 0.0.7 (#2210) 2025-12-24 16:13:26 -05:00
Charlie Marsh 8c54a1cca2
Bump version to 0.0.6 (#2194)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-12-23 22:00:40 +00:00
Micha Reiser e2c0073c36
Document `configuration` and `configurationFile` editor settings (#2167) 2025-12-23 09:10:40 +00:00
Matthew Mckee 02351f9fa9
Update diagnosticMode editor setting to include `off` option (#2164) 2025-12-22 17:19:04 +01:00
Charlie Marsh d37b7dbd96
Bump version to 0.0.5 (#2132)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-12-20 19:33:23 +00:00
Carl Meyer 06b9838404
two new typing FAQ entries (#2126)
Add new FAQ entries about checking rule code docs, and `Top` types.
2025-12-20 09:00:14 -08:00
Charlie Marsh c1e6188b13
Bump version to 0.0.4 (#2092)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-12-18 18:59:07 -05:00
David Peter 75d61944b2
Typing FAQ: Attributes on Callable (#2055)
Add a new FAQ entry based on issues like
https://github.com/astral-sh/ty/issues/2038
2025-12-18 14:04:51 +01:00
Charlie Marsh 64f5802668
Create patch releases by default (#2049)
## Summary

Removing `default-bump-type = "pre"` will tell Rooster to default to
patch releases, now that the Beta is out.
2025-12-17 21:37:07 -05:00
Jack O'Connor fadfe09665
Bump version to 0.0.3 (#2046) 2025-12-17 18:01:02 -08:00
Zanie Blue a15bc9c249
Link to the typing faq in the README (#2009) 2025-12-17 14:09:23 +00:00
charliecloudberry c9049610b7
Improve link to PyCharm docs on ty integration (#2012) 2025-12-17 14:09:01 +00:00
David Peter c0ebde9c99
Add typing FAQ (#2006) 2025-12-17 14:20:38 +01:00
Zanie Blue e29c0de224
Fix the documentation links in the README (#1963)
Replaces https://github.com/astral-sh/ty/pull/1962
2025-12-16 22:43:13 +00:00
Zanie Blue f59fcf3026
Add blurb for blog post to changelog (#1957)
Co-authored-by: Carl Meyer <carl@astral.sh>
2025-12-16 14:50:58 -06:00
Zanie Blue dac7b7e7ca
Add instructions for the standalone installer (#1940)
The installer for `latest` won't work until we have a non-pre-release on
GitHub, so we should merge this post-release if we want to.
2025-12-16 14:40:37 -06:00
Zanie Blue b73aab4d91
Add `docs/installation.md` to rooster bump files (#1955) 2025-12-16 14:16:32 -06:00
Jack O'Connor 42835578dd
Bump version to 0.0.2 (beta release) (#1954)
The 0.0.1 release ran into a previously-existing-but-deleted artifact on PyPI. Re-bump and re-release.
2025-12-16 11:57:31 -08:00
Zanie Blue 7494d49e1f
Add Docker install instructions (#1953)
I didn't realize we had Docker images
2025-12-16 19:47:20 +00:00
Zanie Blue 9f739f389c
"type-driven" -> "sophisticated" (#1952) 2025-12-16 19:28:09 +00:00
Jack O'Connor b82181f8de
Bump version to 0.0.1 (beta release) (#1949) 2025-12-16 11:11:05 -08:00
Charlie Marsh 2225382037
Update benchmark image in README (#1951) 2025-12-16 18:59:47 +00:00
Charlie Marsh 05d94a5ef0
Add reference benchmarks (#1945) 2025-12-16 13:55:37 -05:00
Zanie Blue bfa973a526
Add repair of the benchmark images to the PyPI readme transform (#1947)
```diff
diff --git a/README.md b/README.md
index 2114b0b..9d1eca4 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ An extremely fast Python type checker and language server, written in Rust.
 <br />
 
 <p align="center">
-  <img alt="Shows a bar chart with benchmark results." width="500px" src="./docs/assets/ty-benchmark-cli.svg">
+  <img alt="Shows a bar chart with benchmark results." width="500px" src="https://raw.githubusercontent.com/astral-sh/ty/0.0.1-alpha.35/docs/assets/ty-benchmark-cli.svg">
 </p>
 
 <p align="center">
@@ -47,9 +47,9 @@ To learn more about using ty, see the [documentation](https://docs.astral.sh/ty/
 
 ## Installation
 
-To install ty, see the [installation](./installation.md) documentation.
+To install ty, see the [installation](https://github.com/astral-sh/ty/blob/0.0.1-alpha.35/installation.md) documentation.
 
-To add the ty language server to your editor, see the [editor integration](./editors.md) guide.
+To add the ty language server to your editor, see the [editor integration](https://github.com/astral-sh/ty/blob/0.0.1-alpha.35/editors.md) guide.
 
 ## Getting help
 
@@ -65,7 +65,7 @@ at this time. Please [open pull requests](https://github.com/astral-sh/ruff/pull
 to anything in the `ruff` submodule (which includes all of the Rust source code).
 
 See the
-[contributing guide](./CONTRIBUTING.md) for more details.
+[contributing guide](https://github.com/astral-sh/ty/blob/0.0.1-alpha.35/CONTRIBUTING.md) for more details.
 
 ## FAQ
 
@@ -85,7 +85,7 @@ Just "ty", please.
 
 ## License
 
-ty is licensed under the MIT license ([LICENSE](LICENSE) or
+ty is licensed under the MIT license ([LICENSE](https://github.com/astral-sh/ty/blob/0.0.1-alpha.35/LICENSE) or
 <https://opensource.org/licenses/MIT>).
 
 Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ty
```
2025-12-16 11:24:58 -06:00
Zanie Blue 65c80b8b78
Simplify image rendering for GitHub README (#1946)
[Rendered](https://github.com/astral-sh/ty/tree/zb/github?tab=readme-ov-file#ty)

GitHub supports the inline svg css
2025-12-16 11:05:54 -06:00
Zanie Blue 8852f07ff4
Add documentation for `--watch` mode (#1944) 2025-12-16 11:00:49 -06:00
Zanie Blue d40204535a
Update the benchmark image (#1943) 2025-12-16 11:00:40 -06:00
Zanie Blue 74fd3dca49
Add a note about the leading `!` for negative exclusions (#1942) 2025-12-16 15:40:01 +00:00
Zanie Blue c117081ced
Fix the link to the `exclude` setting in the "Exclusions" document (#1941) 2025-12-16 09:37:13 -06:00
Zanie Blue b657c361be
Expand the installation documentation (#1938) 2025-12-16 15:19:35 +00:00
Zanie Blue e52c16a93e
Include a ref to the installation document in the type checking guide (#1939) 2025-12-16 09:17:14 -06:00
Zanie Blue 6ecdc45231
Link to the "Language server" features from the "Editor integration" guide (#1937) 2025-12-16 14:56:04 +00:00
Zanie Blue 483a1be7fa
Add a "Running the type checker" heading to the guide (#1936) 2025-12-16 14:51:12 +00:00
Zanie Blue 29f6e885d2
Add benchmarks to landing pages (#1934)
[Rendered
README](https://github.com/astral-sh/ty/tree/zb/ty-bench?tab=readme-ov-file#ty)
2025-12-16 08:42:57 -06:00
Zanie Blue 236275e399
Add link to #fine-grained-incrementality (#1935) 2025-12-16 08:34:26 -06:00
David Peter e5324bcd7f
Add incrementality section to LSP docs (#1930)
I was halfway through with designing an example here to understand
fine-grained incrementality, but ultimately, I'm not sure this is the
right place to discuss this? It is interesting in a technical talk, but
it's (ideally) really not relevant for users to understand this in
detail(?).
2025-12-16 08:25:36 -06:00
Zanie Blue 645b7412df
Add a basic FAQ section mirroring uv (#1929) 2025-12-16 14:14:24 +00:00
David Peter f3d3b85a8f
Better inlay hint + hover example (#1933)
Thanks @AlexWaygood
2025-12-16 15:07:27 +01:00
David Peter ca7c98b1a1
Minor fix in diagnostics section (open files vs current file) (#1931) 2025-12-16 15:06:46 +01:00
Zanie Blue 20497ec023
Refer to the "editor integration guide" instead of "editors documentation" (#1926)
Loosely depends on https://github.com/astral-sh/ty/pull/1925
2025-12-16 08:05:08 -06:00
Zanie Blue 511833e5f0
Add a "Guides" section to the documentation (#1925)
... and move Installation, Type checking, and Editor integrations there.

These pages are more "Guide" style than "Concepts"
2025-12-16 08:05:02 -06:00
Zanie Blue 7907f2dff2
Add "highlights" to the README (#1912)
[Rendered](https://github.com/astral-sh/ty/tree/zb/highlights?tab=readme-ov-file#highlights)

Following consensus, I'll copy them into the `index.md` page of the
documentation and add links.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-12-16 13:45:52 +00:00
Zanie Blue a9e8f04468
Remove stale `uvx` reference in type checking guide (#1928) 2025-12-16 13:39:14 +00:00
David Peter ad35c677ad
pyproject.toml: Bump development status (#1924) 2025-12-16 14:08:17 +01:00
Dhruv Manilawala b862c2d24d
Remove deprecated setting (#1920) 2025-12-16 17:13:09 +05:30