-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Run pyupgrade for 3.8 #3236
Run pyupgrade for 3.8 #3236
Conversation
@daveisfera Thanks for this contribution! The linters in the CI compain now:
It seems that |
Done |
@daveisfera Sorry, one more linter error showed up, in one of the test files. Some indentation in the set literals, it seems. You can try |
I don't think my PR was the cause of that and it was a version change or something else or something, but I fixed it anyways |
Thanks @daveisfera ! |
Pull Request check-list
Description of change
Run
pyupgrade
with-py38-plus
to remove anything from old versions