jbampton commented on code in PR #1593:
URL: https://github.com/apache/sedona/pull/1593#discussion_r1770983174
##########
.pre-commit-config.yaml:
##########
@@ -10,6 +10,10 @@ repos:
hooks:
- id: identity
- id: check-hooks-apply
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 24.8.0
+ hooks:
+ - id: black
Review Comment:
Updated now thanks !!
I did `pip install "black[jupyter]"` then ran black locally before testing
with the hooks.
https://black.readthedocs.io/en/stable/getting_started.html#installation
--
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]