-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency ty to v0.0.7 #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ty-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98877b7 to
17808a8
Compare
0104528 to
9ec22ac
Compare
7536ac6 to
588db4c
Compare
7f69813 to
a98c654
Compare
5421c94 to
3f40286
Compare
d5da755 to
56edc35
Compare
ebffcdc to
09953c7
Compare
ae1a3bf to
3a0a6c4
Compare
3a0a6c4 to
4862c0c
Compare
4862c0c to
c95d2f9
Compare
501b817 to
2b48739
Compare
bef73ca to
d23e49c
Compare
6f53556 to
f333fee
Compare
f333fee to
8a803b6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.0.1a27->==0.0.7Release Notes
astral-sh/ty (ty)
v0.0.7Compare Source
Released on 2025-12-24.
Bug fixes
import x as yfor semantic syntax highlighting (#22175)Other changes
__delitem__instead of__getitem__fordel x[k](#22121)@staticmethodcombined with other decorators incorrectly bindingself(#22128)Top[Callable[..., object]](#22145)callableis used in a type expression instead ofcollections.abc.Callableortyping.Callable(#22180)Callabletype (#22182)TypedDictas part of its display (#22174)__delitem__for TypedDict to allow deleting non-required keys (#22122)Contributors
v0.0.6Compare Source
Released on 2025-12-23.
Bug fixes
type[T]whereTis a type alias to a union of types (#22115)==narrowing for tuples in unions with disjoint types (#22129)LSP server
ty.configurationandty.configurationFileoptions (#22053)diagnosticMode: offto disable diagnostics while retaining Go To Definition, etc. (#22073)type[T@f]being inserted when you double-click on the inlay (#22139)CLI
Ctrl+C(#22083)Configuration
respect-type-ignore-commentsconfiguration option (#22137)__builtins__.pyi(#22021)Other changes
__get__(#22155)_fieldsattribute for NamedTuples (#22163)_replacemethod for NamedTuples (#22153)TypedDicts (#22104)Contributors
v0.0.5Compare Source
Released on 2025-12-20.
Bug fixes
LSP server
CLI
--force-excludeoption (#22076)Other changes
dict(...)calls inTypedDictcontexts (#22113)Xon an enum class will beintifXis defined usingenum.nonmemberin the class definition (#22025)Contributors
v0.0.4Compare Source
Released on 2025-12-18.
LSP server
from module import submodule(#22042)Other changes
Contributors
v0.0.3Compare Source
Released on 2025-12-17.
LSP server
Core type checking
lencalls based on argument size (#22026)unsupported-baseandinvalid-super-argumentdiagnostics to avoid extremely long lines when encountering verbose types (#22022).pyifiles (#22029)**kwargsand recognize metaclass-based transformers as instances ofDataclassInstance(#22018)Contributors
v0.0.2Released on 2025-12-16.
This is the first Beta release of ty, which we're now ready to recommend to motivated users for
production use. See our blog post for more details.
LSP server
Core type checking
isinstance(…)calls involving type variables (#21999)TypeVarspecializations forCallabletypes (#21551)classmethod-ness through decorators returningCallables (#21958)Callable(#22011)Other
Contributors
v0.0.1Released on 2025-12-16.
Bug fixes
invalid-method-overridediagnostic on method that usesCallablewith aParamSpec(#21934)LSP server
for-statements (#21979)Core type checking
__qualname__and other implicit class attributes (#21966)TypeAliasTypes and unboundParamSpecs/TypeVars (#21960)Performance
Contributors
v0.0.1a35Compare Source
v0.0.1a34Compare Source
v0.0.1a33Compare Source
v0.0.1a32Compare Source
v0.0.1a31Compare Source
v0.0.1a30Compare Source
v0.0.1a29Compare Source
v0.0.1a28Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.