Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TST: pin flake8#29834

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rcomer merged 2 commits intomatplotlib:mainfromjklymak:tst-pin-f8
Mar 30, 2025
Merged

TST: pin flake8#29834

rcomer merged 2 commits intomatplotlib:mainfromjklymak:tst-pin-f8
Mar 30, 2025

Conversation

jklymak
Copy link
Member

Flake8 7.2.0 doesn't like

defhlist_out(box:Hlist)->None:
nonlocalcur_v,cur_h,off_h,off_v
cur_g=0
cur_glue=0.
glue_order=box.glue_order
glue_sign=box.glue_sign
base_line=cur_v
left_edge=cur_h
forpinbox.children:
ifisinstance(p,Char):
p.render(output,cur_h+off_h,cur_v+off_v)

But that code passed before. Seems like maybe a bug on their end? But I'm not familiar withnonlocal to be honest.

This PR just pins flake8 to unbreak CI

Copy link
Member

@rcomerrcomer left a comment
edited
Loading

Choose a reason for hiding this comment

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

Can't hurt, particularly as there is talk of moving to ruff.

@rcomerrcomer merged commitcf948de intomatplotlib:mainMar 30, 2025
38 of 41 checks passed
@QuLogicQuLogic modified the milestones:v3.11.0,v3.10-docMar 31, 2025
@QuLogic
Copy link
Member

@meeseeksdev backport to v3.10.x
@meeseeksdev backport to v3.10.1-doc

meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestApr 5, 2025
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestApr 5, 2025
QuLogic added a commit that referenced this pull requestApr 5, 2025
…834-on-v3.10.xBackport PR#29834 on branch v3.10.x (TST: pin flake8)
@QuLogicQuLogic added the CI: testingCI configuration and testing labelApr 5, 2025
QuLogic added a commit that referenced this pull requestApr 5, 2025
…834-on-v3.10.1-docBackport PR#29834 on branch v3.10.1-doc (TST: pin flake8)
@ksundenksunden mentioned this pull requestMay 9, 2025
5 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@rcomerrcomerrcomer approved these changes

Assignees
No one assigned
Labels
CI: testingCI configuration and testing
Projects
None yet
Milestone
v3.10-doc
Development

Successfully merging this pull request may close these issues.

3 participants
@jklymak@QuLogic@rcomer

[8]ページ先頭

©2009-2025 Movatter.jp