initial commit
This commit is contained in:
24
template/.vscode/settings.json
vendored
Normal file
24
template/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true,
|
||||
"python.linting.mypyEnabled": true,
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
".",
|
||||
"-p",
|
||||
"test*.py"
|
||||
],
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/.venv",
|
||||
"python.envFile": "${workspaceFolder}/.env",
|
||||
"python.analysis.ignore": ["*"],
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "charliermarsh.ruff",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": "explicit",
|
||||
}
|
||||
},
|
||||
"python.terminal.activateEnvironment": true,
|
||||
"python.terminal.activateEnvInCurrentTerminal": true
|
||||
}
|
||||
Reference in New Issue
Block a user