mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
16 lines
369 B
JSON
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",
|
|
} |