This is an automated email from the ASF dual-hosted git repository. johnbam pushed a commit to branch jbampton-patch-1 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit a57d417a4b7c5e1a82d863e1b7e48afd394d9f9b Author: John Bampton <[email protected]> AuthorDate: Fri Nov 1 10:12:32 2024 +1000 Remove `isort` from the `.pre-commit-config.yaml` This PR fully removes the commented out `isort` code --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e826e824da..ee3ce9393b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,11 +26,6 @@ repos: rev: 24.10.0 hooks: - id: black-jupyter - # - repo: https://github.com/pycqa/isort - # rev: 5.13.2 - # hooks: - # - id: isort - # name: isort (python) - repo: https://github.com/pre-commit/mirrors-clang-format rev: v19.1.1 hooks:
