Skip to content

Commit c3546d2

Browse files
committed
More words
1 parent 3b3f434 commit c3546d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.codespell-ignore-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ codespell
44
sphinxcontrib
55
venv
66
uv
7+
__pycache__
8+
.pytest_cache

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
66
"python.terminal.activateEnvironment": true,
77

8-
"python.analysis.extraPaths": ["${workspaceFolder}"],
98
"python.analysis.diagnosticMode": "workspace",
10-
"python.analysis.typeCheckingMode": "basic",
119
"python.analysis.autoImportCompletions": true,
1210

1311
"python.testing.pytestArgs": ["tests"],

0 commit comments

Comments
 (0)