ashb commented on issue #5677: [AIRFLOW-5063] Fix performance when switching 
between master/v1-10
URL: https://github.com/apache/airflow/pull/5677#issuecomment-516774578
 
 
   This commit has changed the behaviour of `mypy airflow/some/file.py` -- it's 
ignoring the settings we have in `setup.cfg` because mypy.ini now exists and is 
empty.
   
   ```
   $ mypy airflow/operators/docker_operator.py
   mypy.ini: No [mypy] section in config file
   airflow/www/widgets.py:20: error: Cannot find module named 
'flask_appbuilder.widgets'
   ```
   
   I don't get how this helps with switching branches even ignoring this bug 
above?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to