Trunk + mod

This commit is contained in:
2023-06-23 20:06:18 +02:00
parent fcbb1bb03c
commit 03c817dc74
6 changed files with 115 additions and 13 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
{
"python.linting.enabled": true,
"python.linting.pylintEnabled": true
"python.linting.pylintEnabled": true,
"trunk.inlineDecorators": true,
"trunk.inlineDecoratorsForAllExtensions": true,
"trunk.showPreexistingIssues": true,
"trunk.autoInit": true,
"trunk.showBelowThresholdIssues": true
}