From 23db94c62764c17842db4c93d980aa2941c82ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 17 Oct 2019 07:36:43 +0300 Subject: [PATCH] Run mypy in pre-commit without args to match CI (#27741) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55e00443ba1..48d77cfdc6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,4 +17,5 @@ repos: rev: v0.730 hooks: - id: mypy + args: [] exclude: ^script/scaffold/templates/