mik-laj commented on a change in pull request #5786: [AIRFLOW-5170] [AIRFLOW-5256] Consistent licences for python files and related pylint fixes URL: https://github.com/apache/airflow/pull/5786#discussion_r317255127
########## File path: airflow/migrations/versions/2e541a1dcfed_task_duration.py ########## @@ -24,7 +24,7 @@ Create Date: 2015-10-28 20:38:41.266143 """ - +# pylint: disable=missing-docstring,no-member,too-many-nested-blocks,wrong-import-order,ungrouped-imports Review comment: Why? In my opinion, only the first two options should be turned off. Others should be able to be fixed in this file. ---------------------------------------------------------------- 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
