chore: run pyupgrade on codebase#483
chore: run pyupgrade on codebase#483Aaron ("AJ") Steers (aaronsteers) wants to merge 10 commits intomainfrom
Conversation
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
…atedString objects Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
|
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:
|
|
/autofix
|
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
|
/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 (aj@airbyte.io)