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/01/07 00:46:13 UTC

[GitHub] feng-tao commented on a change in pull request #4436: [AIRFLOW-3631] Update flake8 and fix lint.

feng-tao commented on a change in pull request #4436: [AIRFLOW-3631] Update flake8 and fix lint.
URL: https://github.com/apache/airflow/pull/4436#discussion_r245357799
 
 

 ##########
 File path: airflow/contrib/executors/kubernetes_executor.py
 ##########
 @@ -453,7 +453,7 @@ def _make_safe_pod_id(safe_dag_id, safe_task_id, safe_uuid):
         :param safe_task_id: a task_id with only alphanumeric characters
         :param random_uuid: a uuid
         :return: ``str`` valid Pod name of appropriate length
-        """
+        """  # noqa: W605
 
 Review comment:
   what is the original issue here?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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