From 9d957a9fee7006029c7d855e9863253bc7cf7002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Ot=C3=A1vio?= Date: Sun, 23 Oct 2022 08:53:12 -0300 Subject: [PATCH] Fix linting settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index af85a9e..152f512 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,8 +33,9 @@ // "--ignore=E111", ], "python.linting.flake8Enabled": false, - "python.testing.unittestEnabled": false, "python.linting.mypyEnabled": false, + "python.testing.unittestEnabled": false, + "python.testing.pytestEnabled": false, "python.analysis.diagnosticSeverityOverrides": {}, // "python.defaultInterpreterPath": "./venv/bin/python", "python.analysis.typeCheckingMode": "off"