Open
Conversation
When we moved off the app to running in Actions, we lost the auto update and things fell behind. Now set up Dependabot to automate these like everything else. Also bump the minimum mypy, as such old versions no longer work.
timhoffm
added a commit
to timhoffm/matplotlib
that referenced
this pull request
Apr 18, 2026
Closes matplotlib#31522. The root cause is that Axes3D inherits a lot of functionality from Axes that does not work for 3D. This is a design flaw we cannot easily fix. With this PR we have at least a reasonable mechanism in place to flag not-supported methods. When we get aware of additional methods, we can easily add them.
timhoffm
added a commit
to timhoffm/matplotlib
that referenced
this pull request
Apr 18, 2026
Closes matplotlib#31522. The root cause is that Axes3D inherits a lot of functionality from Axes that does not work for 3D. This is a design flaw we cannot easily fix. With this PR we have at least a reasonable mechanism in place to flag not-supported methods. When we get aware of additional methods, we can easily add them.
timhoffm
added a commit
to timhoffm/matplotlib
that referenced
this pull request
Apr 19, 2026
Closes matplotlib#31522. The root cause is that Axes3D inherits a lot of functionality from Axes that does not work for 3D. This is a design flaw we cannot easily fix. With this PR we have at least a reasonable mechanism in place to flag not-supported methods. When we get aware of additional methods, we can easily add them.
timhoffm
added a commit
to timhoffm/matplotlib
that referenced
this pull request
Apr 19, 2026
Closes matplotlib#31522. The root cause is that Axes3D inherits a lot of functionality from Axes that does not work for 3D. This is a design flaw we cannot easily fix. With this PR we have at least a reasonable mechanism in place to flag not-supported methods. When we get aware of additional methods, we can easily add them.
timhoffm
added a commit
to timhoffm/matplotlib
that referenced
this pull request
Apr 19, 2026
Closes matplotlib#31522. The root cause is that Axes3D inherits a lot of functionality from Axes that does not work for 3D. This is a design flaw we cannot easily fix. With this PR we have at least a reasonable mechanism in place to flag not-supported methods. When we get aware of additional methods, we can easily add them.
Member
|
This got closed by a typo in a commit message. |
tacaswell
approved these changes
Apr 21, 2026
dstansby
approved these changes
Apr 21, 2026
| - package-ecosystem: "pre-commit" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" |
Member
There was a problem hiding this comment.
Suggested change
| interval: "weekly" | |
| interval: "monthly" |
I'd say these don't need updating weekly, so better to go with monthly and reduce the number of auto update PRs that end up being opened.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR summary
When we moved off the app to running in Actions, we lost the auto update and things fell behind. Now set up Dependabot to automate these like everything else.
Also bump the minimum mypy, as such old versions no longer work.
AI Disclosure
None
PR checklist