refine type checking
All checks were successful
Backend CI / unit-test (push) Successful in 35s

This commit is contained in:
2025-09-23 17:37:14 +02:00
parent b68249f9f1
commit 92c4e0d4fc
8 changed files with 132 additions and 103 deletions

View File

@@ -11,5 +11,6 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "standard",
}