requests-cache / aiohttp-client-cache

An async persistent cache for aiohttp requests
MIT License
116 stars 20 forks source link

Replace flake8, black, isort, and pyupgrade with ruff #210

Closed JWCook closed 9 months ago

JWCook commented 9 months ago

Closes #209, closes #208

Also start using latest patch version of python 3.11 again; bug previously in 3.11.5 has been fixed.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (84fd22e) 96.75% compared to head (bf38a3e) 96.96%. Report is 32 commits behind head on main.

Files Patch % Lines
aiohttp_client_cache/backends/dynamodb.py 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #210 +/- ## ========================================== + Coverage 96.75% 96.96% +0.20% ========================================== Files 10 10 Lines 986 988 +2 Branches 182 180 -2 ========================================== + Hits 954 958 +4 + Misses 19 18 -1 + Partials 13 12 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.