You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-enables MyPy in non-failure mode (apache#19890)
This PR enables mypy back as pre-commit for local changes after
the apache#19317 switched to Python 3.7 but also it separates out
mypy to a separate non-failing step in CI.
In the CI we will be able to see remaining mypy errors.
This will allow us to gradually fix all the mypy errors and enable
mypy back when we got all the problems fixed.
# Mypy doesn't cope very well with namespace packages when give filenames (it gets confused about the lack of __init__.py in airflow.providers, and thinks airflow.providers.docker is the same as a "docker" top level module).
26
-
#
27
-
# So we instead need to convert the file names in to module names to check
0 commit comments