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

Commit

Permalink
Use isort from PyCQA/isort#1875
Browse files Browse the repository at this point in the history
This PR resolves PyCQA/isort#1874, which is currently biting us when
we attempt to install the isort pre-commit hook.
  • Loading branch information
jsf9k committed Dec 28, 2021
1 parent 2546e74 commit 51752ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ repos:
- id: flake8
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
- repo: https://github.com/m-kuhn/isort
rev: patch-1
hooks:
- id: isort
# mypy does not currently support the match statement added in 3.10. Please
Expand Down

0 comments on commit 51752ee

Please sign in to comment.