1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-23 17:34:17 +03:00
openuds/server/pyrightconfig.json
2024-02-29 01:33:45 +01:00

13 lines
249 B
JSON

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