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


##########
.pre-commit-config.yaml:
##########
@@ -855,7 +855,7 @@ repos:
         files: ^dev/breeze/.*$
         pass_filenames: false
         require_serial: true
-        additional_dependencies: ['click', 'rich>=12.4.4', 'pyyaml']
+        additional_dependencies: ['click', 'rich>=12.4.4', 'pyyaml', 
'methodtools']

Review Comment:
   > But... Do we need to add methodtools?
   
   If we could resolve all 4 cases without it, why not? One case with google 
provider could be also resolved by cached_property, but I was too lazy for 
rewrite tests 🤣 



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