From 35c4d92bc61d461e7b6682104b1de906d5033d5b Mon Sep 17 00:00:00 2001 From: Wayne Werner Date: Thu, 9 Apr 2020 15:51:15 -0500 Subject: [PATCH] Also install isort[pyproject] for toml dependency --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8f893b0971..80be322afa8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -423,6 +423,7 @@ repos: rev: '1e78a9acf3110e1f9721feb591f89a451fc9876a' hooks: - id: isort + additional_dependencies: ['isort[pyproject]'] # This tells pre-commit not to pass files to isort. # This should be kept in sync with pyproject.toml exclude: >