-
Notifications
You must be signed in to change notification settings - Fork 86
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
Fix CI: update isort and flake8 for pre-commit and format files #1037
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1037 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 19 19
Lines 1474 1472 -2
Branches 25 25
=========================================
- Hits 1474 1472 -2 ☔ View full report in Codecov by Sentry. |
…e.py cause it does not see extra dependency
Thanks! This looks good once the two small nits above are addressed. |
Sure, updated |
# I900: flake8-requirements doesn't see aioredis in the requirements file cause it is extra dependency | ||
aiohttp_session/redis_storage.py:I900 |
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.
I suspect it should be added to the requirements file for our testing. Though aioredis is archived, so we should also migrate to redis/valkey now.
What do these changes do?
pre-commit run
Are there changes in behavior for the user?
Should not be any changes for the user
Related issue number
Checklist