Skip to content

Ignore or fix most of the remaining ruff 0.9.6 errors - #1331

Merged
Carreau merged 1 commit into
ipython:mainfrom
Carreau:ruff-ig
Feb 14, 2025
Merged

Ignore or fix most of the remaining ruff 0.9.6 errors#1331
Carreau merged 1 commit into
ipython:mainfrom
Carreau:ruff-ig

Conversation

@Carreau

Copy link
Copy Markdown
Member

Mostly those are not real error, and should allow us to update ruff without major noises/code changes.

  • There are a lot of % formatting, moving to f- would be good but a churn,
    and
  • ruff 0.2.0 prefers fixture without (), so I can't apply the patch without current pre-commit to complain.

@CarreauCarreau added this to the 7.0 milestone Feb 14, 2025
@Carreau
Carreau merged commit 539aef4 into ipython:mainFeb 14, 2025
ianthomas23 pushed a commit to ianthomas23/ipykernel that referenced this pull request Jul 14, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Carreau