Various fixes

Trunk + mod

FIx
This commit is contained in:
2023-06-23 20:06:18 +02:00
committed by migatu
parent 0a39eba723
commit dc9946533e
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
}