Skip to content

MAINT: Bump ruff to v0.16 - #234

Open
prady0t wants to merge 3 commits into
data-apis:mainfrom
prady0t:ruff-0.16
Open

MAINT: Bump ruff to v0.16#234
prady0t wants to merge 3 commits into
data-apis:mainfrom
prady0t:ruff-0.16

Conversation

@prady0t

@prady0t prady0t commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Closes #228

prady0t added 3 commits July 30, 2026 01:22
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
Comment on lines +25 to +28
try:
from typing import Self
except ImportError: # Python < 3.11
from typing_extensions import Self

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either this or we will have to add typing_extensions as a required dependency.

@ev-br

ev-br commented Jul 30, 2026

Copy link
Copy Markdown
Member

Thanks. Does this include both --unsafe-fixes and --fixes? If so, it could be helpful to split into two PRs: just --fixes first and unsafe ones next.

@prady0t

prady0t commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Has three types of fixes:

  • fix
  • unsafe-fixes
  • rest of the failures (mentioned in issue comments) that I fixed with AI

@prady0t prady0t mentioned this pull request Jul 30, 2026
@prady0t

prady0t commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

I've opened a PR for safe fixes; after it's merged, I'll open another PR for unsafe fixes. Once we have both merged and main merged with this branch, this PR will be left with the rest of the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unpin ruff, fix warnings from 0.16

2 participants