diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ceed5544..49a0294b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,14 +11,14 @@ repos: hooks: - id: black language_version: python3 - - repo: https://github.com/pycqa/isort - rev: 5.8.0 - hooks: - - id: isort - name: isort (python) - - id: isort - name: isort (cython) - types: [cython] - - id: isort - name: isort (pyi) - types: [pyi] + # - repo: https://github.com/pycqa/isort + # rev: 5.8.0 + # hooks: + # - id: isort + # name: isort (python) + # - id: isort + # name: isort (cython) + # types: [cython] + # - id: isort + # name: isort (pyi) + # types: [pyi]