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/05 12:23:36 UTC

[GitHub] [airflow] Fokko commented on issue #5042: [AIRFLOW-4204][WIP] Update super() calls

Fokko commented on issue #5042: [AIRFLOW-4204][WIP] Update super() calls
URL: https://github.com/apache/airflow/pull/5042#issuecomment-480255994
 
 
   ```
   
   Collecting flake8
     Using cached https://files.pythonhosted.org/packages/e9/76/b915bd28976068a9843bf836b789794aa4a8eb13338b23581005cd9177c0/flake8-3.7.7-py2.py3-none-any.whl
   Collecting mccabe<0.7.0,>=0.6.0 (from flake8)
     Using cached https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
   Collecting pyflakes<2.2.0,>=2.1.0 (from flake8)
     Using cached https://files.pythonhosted.org/packages/84/f2/ed0ffb887f8138a8fe5a621b8c0bb9598bfb3989e029f6c6a85ee66628ee/pyflakes-2.1.1-py2.py3-none-any.whl
   Collecting pycodestyle<2.6.0,>=2.5.0 (from flake8)
     Using cached https://files.pythonhosted.org/packages/0e/0c/04a353e104d2f324f8ee5f4b32012618c1c86dd79e52a433b64fceed511b/pycodestyle-2.5.0-py2.py3-none-any.whl
   Collecting entrypoints<0.4.0,>=0.3.0 (from flake8)
     Using cached https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl
   Installing collected packages: mccabe, pyflakes, pycodestyle, entrypoints, flake8
   Successfully installed entrypoints-0.3 flake8-3.7.7 mccabe-0.6.1 pycodestyle-2.5.0 pyflakes-2.1.1
   43.08s$ flake8
   ./airflow/www/views.py:2422:17: E131 continuation line unaligned for hanging indent
   ./airflow/www/views.py:2433:17: E131 continuation line unaligned for hanging indent
   ./airflow/contrib/sensors/jira_sensor.py:102:48: E127 continuation line over-indented for visual indent
   ./airflow/contrib/sensors/jira_sensor.py:103:48: E127 continuation line over-indented for visual indent
   ./airflow/contrib/sensors/jira_sensor.py:104:48: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/slack_webhook_operator.py:70:52: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/slack_webhook_operator.py:71:52: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/sagemaker_transform_operator.py:73:58: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/sagemaker_endpoint_config_operator.py:49:63: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/gcs_acl_operator.py:57:78: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/gcs_acl_operator.py:119:78: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/sagemaker_training_operator.py:67:57: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/sagemaker_model_operator.py:46:54: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/discord_webhook_operator.py:70:54: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/discord_webhook_operator.py:71:54: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/sagemaker_endpoint_operator.py:82:57: E127 continuation line over-indented for visual indent
   ./airflow/contrib/operators/sagemaker_tuning_operator.py:66:55: E127 continuation line over-indented for visual indent
   ./airflow/operators/slack_operator.py:129:52: E127 continuation line over-indented for visual indent
   ./tests/contrib/utils/base_gcp_system_test_case.py:129:52: E127 continuation line over-indented for visual indent
   ./tests/contrib/utils/base_gcp_system_test_case.py:130:52: E127 continuation line over-indented for visual indent
   ```

----------------------------------------------------------------
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