File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "editor.tabSize" : 4 ,
33 "editor.insertSpaces" : true ,
4-
4+
55 "python.defaultInterpreterPath" : " ${workspaceFolder}/.venv/bin/python" ,
66 "python.terminal.activateEnvironment" : true ,
7-
7+
88 "python.analysis.extraPaths" : [" ${workspaceFolder}" ],
99 "python.analysis.diagnosticMode" : " workspace" ,
1010 "python.analysis.typeCheckingMode" : " basic" ,
1111 "python.analysis.autoImportCompletions" : true ,
12-
12+
1313 "python.testing.pytestArgs" : [" tests" ],
1414 "python.testing.unittestEnabled" : false ,
1515 "python.testing.pytestEnabled" : true ,
5757
5858 "files.trimTrailingWhitespace" : true ,
5959 "files.insertFinalNewline" : true ,
60-
60+
6161 "files.associations" : {
6262 "*.yaml" : " yaml" ,
6363 "*.yml" : " yaml" ,
6464 "*.md" : " markdown"
6565 },
66-
66+
6767 "files.exclude" : {
6868 "**/__pycache__" : true ,
6969 "**/.pytest_cache" : true ,
7070 "**/.ruff_cache" : true ,
7171 "**/*.egg-info" : true ,
7272 "**/.coverage" : true
7373 },
74-
74+
7575 "search.exclude" : {
7676 "**/output" : true ,
7777 "**/node_modules" : true ,
8080 "**/package-lock.json" : true ,
8181 "**/site/dist" : true
8282 },
83-
83+
8484 "files.watcherExclude" : {
8585 "**/htmlcov" : true ,
8686 "**/docs/_build" : true
Original file line number Diff line number Diff line change 11# Your package name
22
3- Your documention starts here ...
3+ Your documentation starts here ...
You can’t perform that action at this time.
0 commit comments