potiuk commented on pull request #20423: URL: https://github.com/apache/airflow/pull/20423#issuecomment-998136651
> Hmm. It seems that the Mypy checks in CI and running `mypy` locally in Breeze have different results. Still showing a call-arg error for `region` even with the stubs. Not for me #20422 It worked just fine in `Breeze` - same way as in CI. It could be about .pyc files probably ? (wild guess) Did you actually use breeze or `mypy` in local virtualenv? And maybe you had some locally generated .pyc files ? Because in Breeze. `PYTHONDONTWRITEBYTECODE=true` is set, so .pyc files are not generated, but if you run it locally they coudl be -- 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]
