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


##########
.pre-commit-config.yaml:
##########
@@ -945,7 +957,10 @@ repos:
         entry: ./scripts/ci/pre_commit/check_system_tests.py
         language: python
         files: ^tests/system/.*/example_[^/]*\.py$
-        exclude: 
^tests/system/providers/google/cloud/bigquery/example_bigquery_queries\.py$
+        exclude: >
+          (?x)
+          
^tests/system/providers/google/cloud/bigquery/example_bigquery_queries\.py$ |
+          
^tests/system/providers/standard/time/operators/example_branch_datetime_operator.py

Review Comment:
   Why does this need an exclusion? This is not a system test. Does the check 
raise a false-positive and need a fix?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to