{ "python.pythonPath": "${workspaceFolder}/.venv", "python.linting.pycodestyleEnabled": false, "python.linting.flake8Enabled": true, "python.linting.enabled": true, "files.associations": {"*.inc": "restructuredtext"}, "restructuredtext.confPath": "${workspaceFolder}/doc/api", "spellright.language": [ "en_US" ], "spellright.ignoreFiles": [ "**/.gitignore", "**/.vscode", "**/conf.py" ], "spellright.ignoreRegExps": [ "/:math:`[^]*?`/gm", "/``[^]*?``/gm", "/'[^]*?'/gm", "/.. data:: [^]*?'*$/gm", ], "spellright.documentTypes": [ "markdown", "latex", "plaintext", "python" ] }