You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/11 16:14:54 UTC

[airflow] branch master updated (cbf4984 -> 348510f)

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

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


    from cbf4984  Don't treat warning message as rich formatting codes. (#12283)
     add 348510f  Providers in extras are properly configured and verified (#12265)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  7 +++
 BREEZE.rst                                         |  4 +-
 CONTRIBUTING.rst                                   |  4 +-
 INSTALL                                            |  4 +-
 STATIC_CODE_CHECKS.rst                             |  4 +-
 breeze-complete                                    |  1 +
 docs/installation.rst                              |  4 +-
 .../pre_commit_check_extras_have_providers.py      | 68 ++++++++++++++++++++++
 setup.py                                           | 19 +++---
 9 files changed, 96 insertions(+), 19 deletions(-)
 create mode 100755 scripts/ci/pre_commit/pre_commit_check_extras_have_providers.py