Comment out isort pre-commit hook until we can figure out discrepancies between macOS and Linux

This commit is contained in:
Reuben Morais 2021-06-10 16:57:57 +02:00
parent f2a21b2258
commit 866e15af7f
1 changed files with 11 additions and 11 deletions

View File

@ -11,14 +11,14 @@ repos:
hooks: hooks:
- id: black - id: black
language_version: python3 language_version: python3
- repo: https://github.com/pycqa/isort # - repo: https://github.com/pycqa/isort
rev: 5.8.0 # rev: 5.8.0
hooks: # hooks:
- id: isort # - id: isort
name: isort (python) # name: isort (python)
- id: isort # - id: isort
name: isort (cython) # name: isort (cython)
types: [cython] # types: [cython]
- id: isort # - id: isort
name: isort (pyi) # name: isort (pyi)
types: [pyi] # types: [pyi]