From 437eccc7fd44cdcbca4a91e653761e8d5f4f4e19 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 7 Sep 2017 22:42:17 -0500 Subject: [PATCH] Stop using mypy option --fast-parser --- run-mypy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run-mypy.sh b/run-mypy.sh index 6896ff9a..e867afda 100755 --- a/run-mypy.sh +++ b/run-mypy.sh @@ -1,7 +1,6 @@ #! /bin/bash mypy \ - --fast-parser \ --strict-optional \ --ignore-missing-imports \ --follow-imports=skip \ -- GitLab