summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-04-10 23:55:16 -0700
committerGitHub <noreply@github.com>2019-04-10 23:55:16 -0700
commit2eb331e12a7910cea34c1de2a253fdd162a6689b (patch)
tree4fa666ef5a13212bb8e23555277556b1cdcf247a
parent596692c0421aea6aa22c77e659615f6bf67ff853 (diff)
parent30e15ab8251b682e48a1afe76dd65f7bdf39257b (diff)
downloadisort-2eb331e12a7910cea34c1de2a253fdd162a6689b.tar.gz
Merge pull request #922 from asottile/patch-1
Update the pre-commit configuration for isort
-rw-r--r--.pre-commit-hooks.yaml2
1 files changed, 1 insertions, 1 deletions
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]