You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/21 08:56:18 UTC

[airflow] branch master updated (3981ed1 -> df8efd0)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 3981ed1  Select Checks to exclude instead of include for PyDocStyle (#9459)
     add df8efd0  Enable & Fix "Docstring Content Issues" PyDocStyle Check (#9460)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  2 +-
 airflow/models/baseoperator.py                     | 50 ++++++++++++++++++++--
 airflow/providers/amazon/aws/hooks/batch_client.py |  2 +-
 .../providers/amazon/aws/hooks/batch_waiters.py    | 27 ++++++------
 airflow/providers/amazon/aws/hooks/sagemaker.py    |  2 +-
 .../amazon/aws/operators/sagemaker_base.py         |  2 +-
 airflow/providers/slack/hooks/slack.py             |  8 ++--
 airflow/providers/slack/operators/slack.py         |  3 --
 airflow/security/utils.py                          |  2 +-
 airflow/utils/log/logging_mixin.py                 |  2 +-
 10 files changed, 68 insertions(+), 32 deletions(-)