Dhruv Manilawala
2feba5eb22
Bump version to 0.0.1-alpha.9 ( #634 )
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / Check generated files unedited (push) Waiting to run
2025-06-11 11:05:43 +00:00
Charlie Marsh
e69569b4fe
Update list of referenced environment variables ( #612 )
...
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
Closes #564 .
2025-06-08 20:10:20 -04:00
Dhruv Manilawala
c1337c962c
Bump version to 0.0.1-alpha.8 ( #568 )
...
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-06-02 17:06:30 +05:30
Alex Waygood
820b7411b7
Update docs README for Python version inference from environment ( #565 )
2025-06-02 11:24:46 +00:00
David Peter
afb20f6feb
Bump version to 0.0.1a7 ( #516 )
...
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-05-26 20:39:35 +02:00
Sumana Harihareswara
55b4120370
Contributor guide: document sources of autogenerated reference docs ( #490 )
...
## Summary
Explain in `CONTRIBUTING.md` that some ty help text and reference
documentation result from source code that lives in Ruff, and point to
sources, to help tech writer contributors.
Inspired by my stumble in #478 and subsequent pointers in
https://github.com/astral-sh/ruff/pull/18246 .
## Test Plan
I used `git grep` to search the Ruff repository for several chunks of
the prose in `docs/reference/` to verify which source code contains text
that turns into the autogenerated docs. I pushed my branch to GitHub and
manually checked that the formatting and hyperlinks were correct.
2025-05-23 08:42:03 +02:00
Sumana Harihareswara
aaef059330
Fix anchor tag in README ToC ( #486 )
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
2025-05-22 14:54:55 +02:00
Sumana Harihareswara
9cd30272fd
Add ToC and troubleshooting guidance to detailed README ( #464 )
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-21 15:54:37 -04:00
Fabrizio Damicelli
d6138521fd
Add setup guide for using language server in Neovim ( #436 )
...
## Summary
Add documentation for minimal setup of `ty` on Neovim.
---------
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
2025-05-21 15:23:39 +00:00
Alex Waygood
f11c6012d7
Bump version to 0.0.1-alpha.6 ( #465 )
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-20 15:47:25 -04:00
Daniel Hollas
2b9ea7e899
Add link to playground to README.md ( #440 )
2025-05-20 14:48:54 -04:00
David Peter
7c1c7f55aa
Issue template: link to frequently encountered problems ( #446 )
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
2025-05-19 14:13:19 +02:00
Emil Sadek
4ad13f211d
Add: README badges ( #432 )
...
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
Co-authored-by: Emil Sadek <esadek@users.noreply.github.com>
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-05-17 16:35:29 +00:00
Carl Meyer
3b726d87a2
Bump version to 0.0.1a5 ( #434 )
2025-05-17 08:57:49 -04:00
Zanie Blue
cf971274f6
Bump version to 0.0.1a4 ( #426 )
CI / Check generated files unedited (push) Waiting to run
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-16 12:19:54 -05:00
Max Mynter
b6767534cf
[CI] Add check for changes in autogenerated files ( #415 )
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
Matthew Mckee
44f26717cf
Add daily property tests ( #413 )
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-16 00:56:31 +00:00
Zanie Blue
144a26d448
Bump version to 0.0.1a3 ( #407 )
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-15 07:37:23 -05:00
Zanie Blue
516aa69688
Use Cargo-style versions in the changelog ( #397 )
...
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
Uses https://github.com/zanieb/rooster/pull/70 , which should fix dist's
changelog -> GitHub Release propagation.
2025-05-14 19:36:44 -05:00
David Peter
59c45cc60c
Bump version to 0.0.1a2 ( #395 )
2025-05-14 22:17:55 +02:00
Erudit Morina
4619c4a93d
minor: fix link to rules docs ( #378 )
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-14 17:41:55 +02:00
F-G Fernandez
2effdb8ebd
Fix href to rules md file in the configuration description ( #381 )
2025-05-14 11:10:21 +00:00
Micha Reiser
f0c00ca3ad
Fix repository in README transform script ( #361 )
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-13 19:41:04 +02:00
Dhruv Manilawala
7bc7b59a3b
Use ty server instead of ty lsp ( #360 )
2025-05-13 22:05:54 +05:30
Micha Reiser
12f466e461
Bump version to 0.0.1a1 ( #356 )
...
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
Co-authored-by: David Peter <mail@david-peter.de>
2025-05-13 21:10:00 +05:30
Micha Reiser
fa321ae83a
Bump rooster ( #357 )
2025-05-13 16:06:47 +02:00
Zanie Blue
615f189baf
Add more content to the release docs ( #355 )
...
Small follow-up to #349
2025-05-13 07:45:20 -05:00
Micha Reiser
909783bb47
Setup basic grouping for changelog ( #353 )
2025-05-13 10:20:59 +00:00
Micha Reiser
ac13626caa
Update rooster ( #352 )
2025-05-13 12:19:35 +02:00
Micha Reiser
3058938b8d
Correctly indent the list in the "Relasing ty" section ( #349 )
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-13 09:40:08 +00:00
David Peter
01b575c960
Contributing guide: clarifications and link ( #348 )
...
## Summary
Some minor rewording and a link to the ty's main
[CONTRIBUTING.md](https://github.com/astral-sh/ruff/blob/main/crates/ty/CONTRIBUTING.md )
guide.
2025-05-13 11:36:36 +02:00
Dhruv Manilawala
6303305e17
Add reference for editor settings ( #343 )
...
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-05-13 11:19:13 +02:00
David Peter
a188aeb7b5
Minor clarifications in Python version docs ( #344 )
...
## Summary
This is unfortunately longer than what we had, but I thought that this
section could use some clarification. In particular, newer syntactic
features can not appear in `sys.version_info` branches, they will always
lead to errors.
2025-05-13 09:33:35 +02:00
David Peter
8c5053f51e
Rule levels: minor wording suggestion ( #345 )
...
## Summary
"Enable `unused-ignore-comment` at warn" sounded strange to me, so I'm
suggesting a minor rewording.
2025-05-13 09:33:26 +02:00
Dhruv Manilawala
0c3a81dd56
Fix link to configuration reference page ( #342 )
2025-05-13 08:37:26 +05:30
Carl Meyer
48201113d2
fix link to CLI docs ( #341 )
...
## Summary
The file is `cli.md`, not `commands.md`.
Not sure if there was an incomplete intention to rename the file here,
but for the moment I'm just fixing the link; renaming the file will
require adjusting at least the release script and possibly changing it
in the ruff repo as well.
## Test Plan
On this branch, the link works.
2025-05-12 20:01:09 -07:00
Zanie Blue
6fe5309889
Fix typo ( #340 )
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-13 00:21:29 +00:00
Zanie Blue
5ee27474dc
Edit the rule level and suppression comment sections ( #337 )
2025-05-12 23:47:31 +00:00
Zanie Blue
73631eebb4
Edit the module and editor sections of the docs ( #335 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2025-05-12 17:38:14 -05:00
Zanie Blue
994caa6fcc
Rewrite the getting started documentation ( #329 )
...
[Rendered](https://github.com/astral-sh/ty/tree/zb/getting-started?tab=readme-ov-file#getting-started )
2025-05-12 14:59:43 -05: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
86cd1f1229
Update top-level warning ( #334 )
2025-05-12 14:27:48 -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
43694cc492
Add "rules" and "checking a project" sections ( #327 )
...
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
## Summary
Add documentation about what rules are and how to type check a project
2025-05-12 11:52:23 -05:00
Soof Golan
1c2fd2f114
Ensure ty runs at latest version ( #316 )
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
2025-05-12 08:40:49 +02:00
Micha Reiser
45a21f5566
Document suppressions and exit codes ( #295 )
...
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
Co-authored-by: Carl Meyer <carl@oddbird.net>
2025-05-10 10:40:38 +00:00
Micha Reiser
cf5f8af599
docs: Document configuration file discovery ( #294 )
2025-05-10 10:35:26 +00:00
Micha Reiser
8aead5ed83
Basic README sections ( #293 )
2025-05-10 11:32:49 +01:00
Micha Reiser
b3073684d0
Reference documentation ( #292 )
2025-05-10 10:26:31 +00:00