From dc7e76209be836c49b2bd325ea03777c9b3e54d3 Mon Sep 17 00:00:00 2001 From: amochin Date: Sun, 5 Nov 2023 13:34:37 +0100 Subject: [PATCH] remove deprecated python linting setting --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c6a49df..65332e6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,8 +8,5 @@ "robot.interactiveConsole.arguments": [ "--output", "${workspaceRoot}/logs/interactive_console.xml" ], - "python.linting.pylintEnabled": true, - "python.linting.enabled": true, - "python.formatting.provider": "black", "python.analysis.completeFunctionParens": true, } \ No newline at end of file