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
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
Documentation
The config file documentation specifies that incomplete type annotations are not allowed under
disallow_untyped_defshttps://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: #12256