uranusjr commented on code in PR #37757:
URL: https://github.com/apache/airflow/pull/37757#discussion_r1547076493


##########
.pre-commit-config.yaml:
##########
@@ -985,6 +985,13 @@ repos:
         files: \.py$
         exclude: ^.*/.*_vendor/
         additional_dependencies: ['rich>=12.4.4']
+      - id: check-compat-cache-on-methods
+        name: Check that compat cache do not use on class methods
+        entry: ./scripts/ci/pre_commit/pre_commit_compat_cache_on_methods.py

Review Comment:
   I have a PR to rename the pre-commit scripts so this might need to change 
later. Not a big problem though.



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