mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-05 09:17:54 +03:00
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"**/scripts",
|
|
"**/__pycache__",
|
|
],
|
|
"typeCheckingMode": "strict",
|
|
"reportPrivateUsage": false,
|
|
"reportUnusedImport": true,
|
|
"reportMissingTypeStubs": false,
|
|
"disableBytesTypePromotions": true,
|
|
} |