potiuk commented on code in PR #36638:
URL: https://github.com/apache/airflow/pull/36638#discussion_r1443977169


##########
.github/workflows/ci.yml:
##########
@@ -550,6 +551,53 @@ jobs:
           DEFAULT_BRANCH: ${{ needs.build-info.outputs.default-branch }}
           RUFF_FORMAT: "github"
 
+  # Runs static checks for groups of files in the repository in a single 
process without passing .
+  # List of files
+  mypy:
+    timeout-minutes: 45
+    name: "MyPy checks for {{ matrix.mypy-packages }}"

Review Comment:
   No no - it's ok. It's only until prerequisites are met - then they are 
expanded. All is good. Similar as in case of dynamic task mapping - same 
principle.



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to