Ruff rules UP for pyupgrade#7550
Closed
cclauss wants to merge 1 commit intoArduPilot:masterfrom
Closed
Conversation
64a7241 to
388b9fe
Compare
11379cc to
f812cbd
Compare
peterbarker
requested changes
Mar 25, 2026
Contributor
peterbarker
left a comment
There was a problem hiding this comment.
I'm OK with this PR except for the enforced upgrade.
Not saying we can't do it, but not part of a general other PR and not without general agreement.
I'd like to have minimum Python version the same for both the Wiki and the normal firmware, just for the simpler story.
97e260d to
a698b6a
Compare
Contributor
Author
|
Set Used |
Contributor
Contributor
Author
|
Why are you concerned about % Without uv, this could be tested on legacy Python 3.8.10 with: |
Contributor
Author
|
Status?
|
e43ce6b to
f864403
Compare
khancyr
reviewed
Apr 1, 2026
011a492 to
b84468d
Compare
33e7354 to
3d4d463
Compare
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.

Make all of ruff's pyupgrade rules mandatory in pre-commit.
This pull request makes the minimum Python v3.10, which matches the default Python of the oldest Standard Support Ubuntu LTS as recommended at:
Related to: