c7171a54cb
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
31 lines
761 B
JSON
31 lines
761 B
JSON
{
|
|
"cSpell.words": [
|
|
"camelcase",
|
|
"pydantic",
|
|
"stringcase",
|
|
"typer"
|
|
],
|
|
"python.defaultInterpreterPath": ".venv/bin/python",
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.autoTestDiscoverOnSaveEnabled": true,
|
|
"python.testing.cwd": "${workspaceFolder}",
|
|
"editor.formatOnSave": true,
|
|
"editor.rulers": [
|
|
79
|
|
],
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports.ruff": "explicit"
|
|
}
|
|
}
|
|
} |