-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Replace --disallow-any
flags with separate boolean flags.
#4089
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
Comments
When we do this, we should get rid of |
#4076 already removes |
Are you sure? It still looks supported. Maybe you forgot to push a commit? |
I think you're right. I'll submit another PR with the rest of my changes, probably not now though. |
I think it's important that the documentation for the new @JelleZijlstra I can try to implement this if you want -- it should be pretty straightforward. But if you want to do it -- feel free to. |
This PR also gets rid of `--disallow-any=unannotated` because it is the same thing as `--disallow-untyped-defs`. Fix python#4089
This PR also gets rid of `--disallow-any=unannotated` because it is the same thing as `--disallow-untyped-defs`. Fix #4089
The
--disallow-any
flags interact in unexpected ways with other flags and they make configuration more complicated. We should replace them with a set of simple boolean flags. See discussion in #4076.The text was updated successfully, but these errors were encountered: