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


##########
.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:
   Okay, so my last suggestion made it worse :-) - Placeholder is added by 
Github as suffix...
   ```suggestion
       name: "MyPy checks"
   ```



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