Comment out isort pre-commit hook until we can figure out discrepancies between macOS and Linux
This commit is contained in:
parent
f2a21b2258
commit
866e15af7f
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue