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 2021/11/30 23:31:06 UTC

[airflow] branch main updated (33a4502 -> 15a9d79)

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

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


    from 33a4502  Convert www.security test suite to pytest and remove residuals (#18961)
     add 15a9d79  Re-enables MyPy in non-failure mode (#19890)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           | 10 ++++--
 .pre-commit-config.yaml                            |  9 ++---
 .../pre_commit_check_pre_commit_hook_names.py      |  2 +-
 .../pre_commit_check_provider_yaml_files.py        | 12 +++----
 scripts/ci/pre_commit/pre_commit_json_schema.py    |  2 ++
 scripts/ci/pre_commit/pre_commit_mypy.sh           |  3 --
 scripts/ci/static_checks/mypy.sh                   |  2 +-
 scripts/ci/static_checks/run_static_checks.sh      | 11 +++++++
 scripts/in_container/run_mypy.sh                   | 16 +--------
 setup.py                                           | 38 +++++++++++++++++++---
 10 files changed, 68 insertions(+), 37 deletions(-)