Skip to content

Commit

Permalink
re-enable isort
Browse files Browse the repository at this point in the history
  • Loading branch information
sijunhe committed Jan 30, 2023
1 parent af708cd commit d5cdfd7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ repos:
- id: black
files: \.(py|pyi)$
additional_dependencies: [toml]
# 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/isort
rev: 5.11.5
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
Expand Down

0 comments on commit d5cdfd7

Please sign in to comment.