Taragolis commented on code in PR #37757:
URL: https://github.com/apache/airflow/pull/37757#discussion_r1547343239
##########
.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:
Also remove that prefix from script file
--
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]