1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-05 09:17:54 +03:00
openuds/server/pyrightconfig.json
2024-08-30 18:58:45 +02:00

14 lines
289 B
JSON

{
"include": [
"src"
],
"exclude": [
"**/scripts",
"**/__pycache__",
],
"typeCheckingMode": "strict",
"reportPrivateUsage": false,
"reportUnusedImport": true,
"reportMissingTypeStubs": false,
"disableBytesTypePromotions": true,
}