Skip to content

Commit

Permalink
disable isort for now (#4538)
Browse files Browse the repository at this point in the history
  • Loading branch information
sijunhe committed Jan 29, 2023
1 parent 45dab3f commit 12d15f9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ repos:
- id: black
files: \.(py|pyi)$
additional_dependencies: [toml]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
# Turning off isort temporary due to https://github.com/PyCQA/isort/issues/2077
# As of 2023.1.29, bumping isort to 5.12.0 would resolve the error but requires python3.8+
# Track the issue: https://github.com/PyCQA/isort/issues/2083
# - repo: https://github.com/PyCQA/isort
# rev: 5.10.1
# hooks:
# - id: isort
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
Expand Down

0 comments on commit 12d15f9

Please sign in to comment.