Skip to content

Commit

Permalink
Disable isort in pre-commit hooks until issue PyCQA/isort#2077 with n…
Browse files Browse the repository at this point in the history
…ew poetry-core version is resolved
  • Loading branch information
Saran33 committed Jan 28, 2023
1 parent 1627313 commit a30055c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ repos:
hooks:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
# - repo: https://github.com/pycqa/isort
# rev: 5.11.4
# hooks:
# - id: isort
- repo: https://github.com/psf/black
rev: 22.12.0
hooks:
Expand Down

0 comments on commit a30055c

Please sign in to comment.