18 lines
519 B
JSON
18 lines
519 B
JSON
{
|
|
"python.analysis.autoImportCompletions": true,
|
|
"python.analysis.fixAll": ["source.unusedImports"],
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"files.exclude": {
|
|
"**/__pycache__": true,
|
|
"**/.cache": true,
|
|
"**/.coverage": true,
|
|
"**/.coverage.*": true,
|
|
"**/.hypothesis": true,
|
|
"**/.mypy_cache": true,
|
|
"**/.nox": true,
|
|
"**/.pytest_cache": true,
|
|
"**/.ruff_cache": true,
|
|
"**/.tox": true
|
|
}
|
|
|
|
} |