We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation
The config file documentation specifies that incomplete type annotations are not allowed under disallow_untyped_defs https://mypy.readthedocs.io/en/stable/config_file.html#confval-disallow_untyped_defs
disallow_untyped_defs
But the command line documentation https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-disallow-untyped-defs does not specify whether incomplete type annotations are allowed.
Is the command line option different from the config file option?
semi-related functionality issue about whether incomplete type annotations are allowed under disallow-untyped-defs: #12256
disallow-untyped-defs
The text was updated successfully, but these errors were encountered:
was this ever handled?
Sorry, something went wrong.
2e6d11e
No branches or pull requests
Documentation
The config file documentation specifies that incomplete type annotations are not allowed under
disallow_untyped_defs
https://mypy.readthedocs.io/en/stable/config_file.html#confval-disallow_untyped_defsBut the command line documentation https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-disallow-untyped-defs does not specify whether incomplete type annotations are allowed.
Is the command line option different from the config file option?
semi-related functionality issue about whether incomplete type annotations are allowed under
disallow-untyped-defs
: #12256The text was updated successfully, but these errors were encountered: