You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/04/10 14:01:31 UTC

[GitHub] [airflow] feluelle commented on issue #5069: [AIRFLOW-4266] Add mypy to setup.py devel dependencies

feluelle commented on issue #5069: [AIRFLOW-4266] Add mypy to setup.py devel dependencies
URL: https://github.com/apache/airflow/pull/5069#issuecomment-481703694
 
 
   That's true. But I thought that because of the different formattings, it could be useful to just reformat it completely.
   
   For example some are using: `foo=['bar']` and some are using 
   ```
   foo=[
     'bar',
   ]
   ```
   
   I think it is more readable but if you don't like it or it is not worth it because of potentially breaking PR's I revert it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services