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:
- 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]