From 30e15ab8251b682e48a1afe76dd65f7bdf39257b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 10 Apr 2019 19:01:18 -0700 Subject: Update the pre-commit configuration for isort --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index a1e93af5..d0c1a44e 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,5 +2,5 @@ name: isort entry: isort require_serial: true - additional_dependencies: [] language: python + types: [python] -- cgit v1.2.1