From bc964338979aae7acfad9ed36155e808ef130195 Mon Sep 17 00:00:00 2001 From: Vinh Luong Date: Mon, 8 Feb 2021 11:45:17 -0800 Subject: [PATCH] disable MyPy --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b8cd0c2..0850cd8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ "python.linting.enabled": true, "python.linting.pylintEnabled": true, "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, + "python.linting.mypyEnabled": false, "python.linting.pydocstyleEnabled": false, "python.linting.pycodestyleEnabled": true, "python.linting.pylamaEnabled": true,