mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 05:36:53 +00:00
two more ruff commits
This commit is contained in:
parent
5374018501
commit
4202a30b8a
2 changed files with 6 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ Released on 2025-12-16.
|
|||
- Improve display of completions to show actual insertion text ([#21988](https://github.com/astral-sh/ruff/pull/21988))
|
||||
- Improve highlighting of special type syntax in hovers ([#22005](https://github.com/astral-sh/ruff/pull/22005))
|
||||
- Improve syntax-highlighting of constants ([#22006](https://github.com/astral-sh/ruff/pull/22006))
|
||||
- Improve rendering of default values for function args ([#22010](https://github.com/astral-sh/ruff/pull/22010))
|
||||
|
||||
### Core type checking
|
||||
|
||||
|
|
@ -17,6 +18,10 @@ Released on 2025-12-16.
|
|||
- Infer typevar specializations for `Callable` types ([#21551](https://github.com/astral-sh/ruff/pull/21551))
|
||||
- Propagate `classmethod`-ness through decorators returning `Callable`s ([#21958](https://github.com/astral-sh/ruff/pull/21958))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Don't use implicit superclass annotation when converting a class constructor into a `Callable` ([#22011](https://github.com/astral-sh/ruff/pull/22011))
|
||||
|
||||
### Contributors
|
||||
|
||||
- [@sharkdp](https://github.com/sharkdp)
|
||||
|
|
|
|||
2
ruff
2
ruff
|
|
@ -1 +1 @@
|
|||
Subproject commit c02bd11b9390ba1b116e3769edbf0bb848d26a07
|
||||
Subproject commit ad3de4e4881a15545fc85fdfaf5374df7793538d
|
||||
Loading…
Add table
Add a link
Reference in a new issue