From 58078b655cecd8f2533f673283e628597a52f095 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Fri, 21 Jan 2022 14:49:26 +0100 Subject: [PATCH] Warn if Python changes are not rebased We are introducing this change temporary to make sure that Python changes will not accidentally introduce new MyPy errors after we merge them. This check might be disabled ~week after we enable MyPy as failing check. --- .github/boring-cyborg.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index 765caa995be8e..03a652ed3e298 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -252,3 +252,4 @@ checkUpToDate: - airflow/migrations/* - airflow/migrations/**/* - airflow/alembic.ini + - airflow/**/*.py