Micha Reiser
|
7532155c9b
|
[ty] Add suggestion to unknown rule diagnostics, rename `unknown-rule` lint to `ignore-comment-unknown-rule` (#20948)
|
2025-10-18 12:44:21 +02:00 |
Micha Reiser
|
373fe8a39c
|
[ty] Remove 'pre-release software' warning (#20817)
|
2025-10-13 19:50:19 +02:00 |
Renkai Ge
|
73720c73be
|
[ty] Add search paths info to unresolved import diagnostics (#20040)
Fixes https://github.com/astral-sh/ty/issues/457
---------
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
|
2025-08-26 11:01:16 -04:00 |
Micha Reiser
|
808c94d509
|
[ty] Implement streaming for workspace diagnostics (#19657)
|
2025-08-04 09:34:29 +00:00 |
renovate[bot]
|
c9f95e8714
|
Update Rust crate toml to 0.9.0 (#19320)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [toml](https://redirect.github.com/toml-rs/toml) |
workspace.dependencies | minor | `0.8.11` -> `0.9.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>toml-rs/toml (toml)</summary>
###
[`v0.9.2`](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2)
[Compare
Source](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.1...toml-v0.9.2)
###
[`v0.9.1`](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1)
[Compare
Source](https://redirect.github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v0.9.1)
###
[`v0.9.0`](https://redirect.github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0)
[Compare
Source](https://redirect.github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.0)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/astral-sh/ruff).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
|
2025-07-14 13:11:10 +05:30 |
David Peter
|
93413d3631
|
[ty] Update docs links (#19092)
Point everything to the new documentation at https://docs.astral.sh/ty/
|
2025-07-02 17:34:56 +02:00 |
Micha Reiser
|
3a430fa6da
|
[ty] Allow overriding rules for specific files (#18648)
|
2025-06-15 14:27:39 +01:00 |
Micha Reiser
|
1f27d53fd5
|
[ty] File inclusion and exclusion (#18498)
|
2025-06-12 19:07:31 +02:00 |
Micha Reiser
|
0c20010bb9
|
[ty] Split CLI tests into multiple files (#18537)
|
2025-06-07 16:43:28 +00:00 |