-
Notifications
You must be signed in to change notification settings - Fork 18
chore: run pyupgrade on codebase #483
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
…atedString objects Co-Authored-By: Aaron <AJ> Steers <[email protected]>
Original prompt from Aaron:
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 346 out of 346 changed files in this pull request and generated no comments.
/autofix
|
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
/autofix
|
/format-fix |
/autofix
|
This PR targets the following PR:
chore: run pyupgrade on codebase
What
Added UP rules to Ruff configuration to enforce modern Python syntax, and ran pyupgrade to upgrade Python syntax to be compatible with Python 3.10+.
Why
Keep the codebase using modern Python syntax and features. Adding the rules to Ruff will prevent old patterns from re-emerging.
How
Link to Devin run: https://app.devin.ai/sessions/b7644d2fc961450f81aeef7c10e062a5
Author: Aaron ("AJ") Steers ([email protected])