Issue #174 - regression following PR#150

This commit is contained in:
Jean-Marc Collin
2023-11-06 16:13:35 +00:00
parent a6a47fde53
commit 95c4aa8ae9
4 changed files with 17 additions and 4 deletions

View File

@@ -42,7 +42,7 @@
// "terminal.integrated.shell.linux": "/bin/bash",
"python.pythonPath": "/usr/bin/python3",
"python.analysis.autoSearchPaths": true,
"pylint.lintOnChange": true,
"pylint.lintOnChange": false,
"python.formatting.provider": "black",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"editor.formatOnPaste": false,