This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new fcea411d45 Remove `isort` from the `.pre-commit-config.yaml` (#1666)
fcea411d45 is described below

commit fcea411d457fea7c54eee18ab3de0ebbcf1ad021
Author: John Bampton <[email protected]>
AuthorDate: Tue Nov 5 09:44:13 2024 +1000

    Remove `isort` from the `.pre-commit-config.yaml` (#1666)
    
    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:

Reply via email to