diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bf574e..14f58fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,11 +21,11 @@ repos: rev: 23.11.0 hooks: - id: black -- repo: https://github.com/PyCQA/isort - rev: 5.13.0 - hooks: - - id: isort - args: ["--settings-path", ".isort.cfg"] +#- repo: https://github.com/PyCQA/isort +# rev: 5.13.0 +# hooks: +# - id: isort +# args: ["--settings-path", ".isort.cfg"] #- repo: https://github.com/PyCQA/flake8 # rev: 6.1.0 # hooks: