Closed nateprewitt closed 4 months ago
Attention: Patch coverage is 90.90909%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 82.44%. Comparing base (
123ff16
) to head (a414253
). Report is 4 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
s3transfer/futures.py | 50.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is a follow up to boto/boto3#4161 to move our repos to use
ruff
in favor of our existingpre-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".