khalidmammadov edited a comment on issue #19891: URL: https://github.com/apache/airflow/issues/19891#issuecomment-984016038
@potiuk I run below inside ./breeze. Looks like does not make much difference. ``` mypy --namespace-packages tests/ # Reported: # Found 145 errors in 32 files (checked 1208 source files) find tests/ -name "*.py" | xargs mypy --namespace-packages # Reported # Found 145 errors in 32 files (checked 1208 source files) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
