-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Remove no longer needed Python 3.9 guards #20321
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
Conversation
This comment has been minimized.
This comment has been minimized.
for more information, see https://pre-commit.ci
cdce8p
left a comment
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.
Thanks @hauntsaninja 👍🏻
| "semanal-errors.test", | ||
| "semanal-errors-python310.test", |
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.
| "semanal-errors.test", | |
| "semanal-errors-python310.test", | |
| "semanal-errors-python310.test", | |
| "semanal-errors.test", |
Probably not worth the effort, but this would remove an unnecessary change. Not sure the Github suggestion would apply cleanly. I'm not yet fully comfortable with the new files interface.
|
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅ |
See #20154