summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-04-10 19:01:18 -0700
committerGitHub <noreply@github.com>2019-04-10 19:01:18 -0700
commit30e15ab8251b682e48a1afe76dd65f7bdf39257b (patch)
tree4fa666ef5a13212bb8e23555277556b1cdcf247a
parent596692c0421aea6aa22c77e659615f6bf67ff853 (diff)
downloadisort-30e15ab8251b682e48a1afe76dd65f7bdf39257b.tar.gz
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]