abundant-solstice-71438
04/28/2022, 8:13 AMdazzling-judge-80093
04/28/2022, 8:15 AM+ mypy src/ tests/ examples/
src/datahub/ingestion/source/pulsar.py:161: error: Argument "auth" to "post" has incompatible type "Tuple[Optional[str], Optional[str]]"; expected "Optional[Union[Tuple[str, str], AuthBase, Callable[[PreparedRequest], PreparedRequest]]]"
Found 1 error in 1 file (checked 441 source files)
abundant-solstice-71438
04/28/2022, 8:25 AM(venv) vanmeete@N068D71D0:~/git/datahub/metadata-ingestion$ mypy src/ tests/ examples/
Success: no issues found in 434 source files
Any ideas on how to reproduce this locally?dazzling-judge-80093
04/28/2022, 8:29 AMdazzling-judge-80093
04/28/2022, 8:31 AMDownloading mypy-0.942-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (17.1 MB)
and:
Collecting mypy-extensions>=0.4.3
Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)
dazzling-judge-80093
04/28/2022, 8:31 AMabundant-solstice-71438
04/28/2022, 8:45 AM(venv) vanmeete@N068D71D0:~/git/datahub/metadata-ingestion$ mypy --version
mypy 0.942
(venv) vanmeete@N068D71D0:~/git/datahub/metadata-ingestion$ pip show mypy-extensions
Name: mypy-extensions
Version: 0.4.3
....
(venv) vanmeete@N068D71D0:~/git/datahub/metadata-ingestion$ pip show requests
Name: requests
Version: 2.27.1
....
dazzling-judge-80093
04/28/2022, 8:46 AM