-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add Y037 code to check for possible usage of PEP 604 new syntax #202
Conversation
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
Signed-off-by: Oleg Hoefling <oleg.hoefling@gmail.com>
This check now has only 27 hits in typeshed, so I'd now be in favour of merging it. I don't have a strong opinion about whether we should switch the check off in typeshed's flake8 config for now, or add 27 |
Thanks, I'd prefer to turn the new code off in typeshed for now; we can just rely on check_new_syntax.py and code review in the meantime. |
|
Aand we have a green CI! |
Thanks for the PR @hoefling! |
Closes #45 (a continuation of @hoefling's PR #184, which I accidentally closed).