jscheffl commented on code in PR #42252:
URL: https://github.com/apache/airflow/pull/42252#discussion_r1767505961
##########
.pre-commit-config.yaml:
##########
@@ -553,7 +553,19 @@ repos:
^airflow/example_dags/example_sensors.py|
^airflow/example_dags/example_sensors.py|
^airflow/example_dags/example_sensors.py|
- ^airflow/example_dags/example_time_delta_sensor_async.py
+ ^airflow/example_dags/example_time_delta_sensor_async.py|
Review Comment:
For this change - if we basically add all example DAGs into the exclude list
- the check has almost no effect.
Can you re-work the check such that no provider except standard provider
dependencies are accepted?
--
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]