From cb8e289833f5493282e510e952cbc43b69690027 Mon Sep 17 00:00:00 2001 From: Johannes Schriewer Date: Wed, 16 Dec 2020 01:25:09 +0100 Subject: [PATCH] Switch to pylance linter --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index de971ea..9853fb7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,8 +10,8 @@ ".mypy_cache": true }, "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, - "python.linting.pylintEnabled": true, + "python.linting.mypyEnabled": false, + "python.linting.pylintEnabled": false, "python.linting.flake8Args": [ "--max-line-length=120" ]