apache / sedona

A cluster computing framework for processing large-scale geospatial data
https://sedona.apache.org/
Apache License 2.0
1.88k stars 662 forks source link

[DOCS] pre-commit autoupdate; fix Python lint error #1592

Closed jbampton closed 1 week ago

jbampton commented 1 week ago

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Updated the pre-commit hooks and fixed a Python lint error.

How was this patch tested?

First updated the pre-commit config and then ran locally:

which produced an error from ruff for Python E402 seen in the image below:

Screenshot from 2024-09-18 10-50-06

Then fixed the lint error and ran:

Did this PR include necessary documentation updates?