its-tasks/.vscode/settings.json

7 lines
174 B
JSON

{
"python.analysis.typeCheckingMode": "strict",
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true
}