Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Revert "Use isort from PyCQA/isort#1875"
Browse files Browse the repository at this point in the history
This reverts commit 51752ee.
  • Loading branch information
mcdonnnj committed Dec 29, 2021
1 parent 41445a6 commit 2dfd11f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,8 @@ repos:
- id: flake8
additional_dependencies:
- flake8-docstrings
# TODO: Revert commit 51752ee and remove this comment once
# PyCQA/isort#1875 (the PR corresponding to the branch below) is
# merged. See #2 for more details.
- repo: https://github.com/m-kuhn/isort
rev: patch-1
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
hooks:
- id: isort
# mypy does not currently support the match statement added in 3.10. Please
Expand Down

0 comments on commit 2dfd11f

Please sign in to comment.