From f1f253243af721df37650dd1e352b121d36421fe Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Fri, 22 Sep 2023 23:02:45 -0400 Subject: [PATCH 1/2] #1131 did not fix vscode behavior on ubuntu --- .vscode/settings.default.json | 3 +++ tox.ini | 1 + 2 files changed, 4 insertions(+) diff --git a/.vscode/settings.default.json b/.vscode/settings.default.json index 002dd29e7..502f59d95 100644 --- a/.vscode/settings.default.json +++ b/.vscode/settings.default.json @@ -12,6 +12,9 @@ "editor.wordBasedSuggestions": false, "files.trimTrailingWhitespace": true, }, + "python.analysis.extraPaths": [ + "./third_party" + ], "python.analysis.typeCheckingMode": "basic", "python.languageServer": "Pylance", "files.exclude": { diff --git a/tox.ini b/tox.ini index ebf2d030e..c8c220601 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ requires = tox<4 tox-pyenv tox-wheel + pre-commit envlist = py37,py38,py39,py310,py311 # tox-wheel alias for `wheel_pep517 = true` isolated_build = True From 1938c26309774d8d26ddfc81d3815bd14f07e9ca Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Fri, 22 Sep 2023 23:08:33 -0400 Subject: [PATCH 2/2] revert changes to tox.ini --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index c8c220601..ebf2d030e 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ requires = tox<4 tox-pyenv tox-wheel - pre-commit envlist = py37,py38,py39,py310,py311 # tox-wheel alias for `wheel_pep517 = true` isolated_build = True