jbampton commented on code in PR #1638:
URL: https://github.com/apache/sedona/pull/1638#discussion_r1801708558
##########
.pre-commit-config.yaml:
##########
@@ -10,6 +10,12 @@ repos:
hooks:
- id: identity
- id: check-hooks-apply
+ - repo: https://github.com/asottile/pyupgrade
+ rev: v3.18.0
+ hooks:
+ - id: pyupgrade
+ args: [--py36-plus]
+ exclude: ^python/sedona/sql/dataframe_api\.py$
Review Comment:
Hey @jiayuasu I remember this file was causing problems when formatting.
I will review this again and report back. Thanks
--
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]