Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Backport PR #29931 on branch v3.10.x (Allow Python native sequences in Matplotlibimsave()
.)#29933
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
Backport PR #29931 on branch v3.10.x (Allow Python native sequences in Matplotlibimsave()
.)#29933
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The style is off here and flake8 is failing, but I don't know why ruff didn't catch it in the original PR. |
It seems the rule According to theRuff documentation, this rule is currently marked asunstable, so Matplotlib doesn’t appear to make use of it at the moment. |
Uh oh!
There was an error while loading.Please reload this page.
Looks like this has been in ruff from 0.2.2 (astral-sh/ruff@9027169) |
7dfb4e4
intomatplotlib:v3.10.xUh oh!
There was an error while loading.Please reload this page.
Backport PR#29931: Allow Python native sequences in Matplotlib
imsave()
.