Skip to content

⬆️ Bump ty to 0.0.53#1877

Draft
YuriiMotov wants to merge 2 commits into
masterfrom
bump-ty-to-0.0.53
Draft

⬆️ Bump ty to 0.0.53#1877
YuriiMotov wants to merge 2 commits into
masterfrom
bump-ty-to-0.0.53

Conversation

@YuriiMotov

@YuriiMotov YuriiMotov commented Jul 2, 2026

Copy link
Copy Markdown
Member

Bumping ty to 0.0.48+ produces the following error:

warning[unused-type-ignore-comment]: Unused blanket `type: ignore` directive
   --> typer/_click/core.py:924:38
    |
924 |         value = opts.get(self.name)  # type: ignore
    |                                      ^^^^^^^^^^^^^^
    |
help: Remove the unused suppression comment
921 |     def consume_value(
922 |         self, ctx: Context, opts: Mapping[str, Any]
923 |     ) -> tuple[Any, ParameterSource]:
    -         value = opts.get(self.name)  # type: ignore
924 +         value = opts.get(self.name)
925 |         source = ParameterSource.COMMANDLINE
926 |
927 |         if value is None:

It's false-negative. We can resolve this in two ways:

@YuriiMotov YuriiMotov added dependencies Pull requests that update a dependency file internal Internal changes python:uv Pull requests that update python:uv code labels Jul 2, 2026
@YuriiMotov YuriiMotov requested a review from svlandeg July 2, 2026 20:41
@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

📝 Docs preview

Last commit bdd9963 at: https://499e1749.typertiangolo.pages.dev

@YuriiMotov YuriiMotov marked this pull request as draft July 2, 2026 20:43
@YuriiMotov

Copy link
Copy Markdown
Member Author

I will investigate the issue with "Issue Manager" workflow

@YuriiMotov YuriiMotov removed the request for review from svlandeg July 2, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file internal Internal changes python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants