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.

The workaround added in that commit is no longer required, since the
issue was fixed in setuptools 60.1.1.
  • Loading branch information
mcdonnnj authored and jsf9k committed Dec 29, 2021
1 parent 41445a6 commit 57680bf
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 57680bf

Please sign in to comment.