boto / boto3

AWS SDK for Python
https://aws.amazon.com/sdk-for-python/
Apache License 2.0
8.99k stars 1.86k forks source link

Ruff #4161

Closed nateprewitt closed 3 months ago

nateprewitt commented 3 months ago

This is the first in an upcoming set of changes to move our repos to use ruff in favor of our existing pre-commit cocktail.

This should be largely inline with our existing configuration with some minor changes to fix f-string upgrades missed with our previous setup and some newline fixes. This PR keeps our existing quote preservation behavior until we get all projects moved to ruff. At that point, we can look at turning it to "double".