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:
|
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]
|
||||||
|
|
Loading…
Reference in New Issue