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

Commit

Permalink
Add setuptools as an additional dependency for the isort pre-commit hook
Browse files Browse the repository at this point in the history
That pre-commit hook is currently failing to install because of
PyCQA/isort#1874, and this change fixes that.
  • Loading branch information
jsf9k committed Dec 28, 2021
1 parent 2546e74 commit e88ce39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ repos:
rev: 5.9.3
hooks:
- id: isort
additional_dependencies:
- setuptools
# mypy does not currently support the match statement added in 3.10. Please
# check the status of https://github.com/python/mypy/pull/10191 for the
# current status of support.
Expand Down

0 comments on commit e88ce39

Please sign in to comment.