1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
openuds/server/pyrightconfig.json
2024-10-09 18:49:49 +02:00

16 lines
369 B
JSON

{
"include": [
"src/**/*.py",
"tests/**/*.py",
],
"exclude": [
"src/**/scripts",
"**/__pycache__",
],
"typeCheckingMode": "strict",
"reportPrivateUsage": false,
"reportUnusedImport": true,
"reportMissingTypeStubs": false,
"disableBytesTypePromotions": true,
"stubPath": "../../enterprise/stubs",
}