eladkal commented on code in PR #37860:
URL: https://github.com/apache/airflow/pull/37860#discussion_r1510202829


##########
.pre-commit-config.yaml:
##########
@@ -332,12 +332,10 @@ repos:
         additional_dependencies: [ 'rich>=12.4.4' ]
         # TODO: Handle the provider-specific exclusions and remove them from 
the list, see:
         #       https://github.com/apache/airflow/issues/36484
-        exclude: |
-          (?x)^(
-              ^.*__init__\.py$|
-              ^airflow\/providers\/amazon\/aws\/transfers\/redshift_to_s3\.py$|
-              ^airflow\/providers\/amazon\/aws\/operators\/emr\.py$|
-          )$
+        # exclude: |
+        #   (?x)^(
+        #       ^.*__init__\.py$|
+        #   )$

Review Comment:
   Why the comment block? If everything is handled we can simply remove these 
lines as there are no more files to exclude



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