# HG changeset patch # User drewp@bigasterisk.com # Date 2024-05-28 22:32:48 # Node ID 5f4c8705cf73f2dceddf1585570edb3fb88bf9f5 # Parent cc69faa87c27a050cb0c433d641b73e69a619aed vscode diff --git a/.vscode/settings.json b/.vscode/settings.json --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -43,6 +43,6 @@ }, "editor.defaultFormatter": "eeyore.yapf", "python.languageServer": "Pylance", - "python.analysis.completeFunctionParens": true, + "python.analysis.completeFunctionParens": false, "python.analysis.typeCheckingMode": "standard" } \ No newline at end of file