1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-19 10:03:49 +03:00
openuds/server/pyrightconfig.json

16 lines
369 B
JSON
Raw Permalink Normal View History

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