From feffbb963b5ba299fc757ff18116e75b8eaa826e Mon Sep 17 00:00:00 2001 From: Aditya Bansal Date: Thu, 1 Jun 2017 03:58:10 +0530 Subject: [PATCH] pep8: Add compliance with rule E261 run-mypy. --- tools/run-mypy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/run-mypy b/tools/run-mypy index 9ad5516180..96d41ed509 100755 --- a/tools/run-mypy +++ b/tools/run-mypy @@ -32,7 +32,7 @@ zproject/test_settings.py # dependency (at least while it's still kind of beta). exclude_common += ['contrib_bots/bots'] -exclude_py2 = [] # type: List[str] +exclude_py2 = [] # type: List[str] exclude_py3 = """ api/integrations/zephyr/process_ccache @@ -72,7 +72,7 @@ else: py_version = 2 if args.all: - exclude = [] # type: List[str] + exclude = [] # type: List[str] if py_version == 2: exclude = exclude_common + exclude_py2 else: