From 4284bc4ffc06d8c1c5dceb06cd6d9940085b952e Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 13 Jun 2018 18:40:09 -0700 Subject: [PATCH] v0.610-1 --- .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 c06ec6c..8a01f98 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,5 @@ entry: mypy language: python 'types': [python] - args: ["--ignore-missing-imports"] + args: ["--ignore-missing-imports", "--scripts-are-modules"] additional_dependencies: []