petern48 commented on PR #2421: URL: https://github.com/apache/sedona/pull/2421#issuecomment-3507574692
Looks like we're currently failing the pre-commit. Generally, this just means a small formatting error. <img width="350" height="33" alt="image" src="https://github.com/user-attachments/assets/70d7c9e5-1a15-4412-a895-7c073fb25aab" /> I recommend setting up `pre-commit` to automatically run on each commit locally. You can do this by running `make checkinstall`. Or equivalently `pip install pre-commit` and `pre-commit install`. Then to trigger the fix, you can either push a new commit (literally anything) or manually run `pre-commit run --all-files`. I'm not sure what's up with the [doc build failure](https://github.com/apache/sedona/actions/runs/19204359251/job/54897463011?pr=2421), let's just not worry about it. We'll see if it happens again after the next commit. I'd guess it's caused by something outside of this PR. -- 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]
