petern48 commented on PR #2484: URL: https://github.com/apache/sedona/pull/2484#issuecomment-3509482495
Yes, of course! You're just about there. Looks like you figured out pre-commit. Though I'll quickly explain anyways. `pre-commit` is typically trivial issues like formatting. There's a short section about it [here](https://github.com/apache/sedona/blob/0b061e3b153885530943b1e943d7863e8923cc03/docs/setup/compile.md#pre-commit) in the contributor guide. I recommend you set it up to run *automatically* on each of your local commits, so you don't have to remember to run it manually yourself. You can do so with `pre-commit install` (you'll need to `pip install pre-commit` if you haven't already). I'm confident the docs build failure is unrelated. It's been happening in other PRs today. We can merge even if it fails, so don't worry about that one. -- 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]
