Files
conjurer/.vscode/settings.json
T
2023-06-23 20:07:29 +02:00

9 lines
281 B
JSON

{
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"trunk.inlineDecorators": true,
"trunk.inlineDecoratorsForAllExtensions": true,
"trunk.showPreexistingIssues": true,
"trunk.autoInit": true,
"trunk.showBelowThresholdIssues": true
}