24 lines
659 B
JSON
24 lines
659 B
JSON
{
|
|
"include": [
|
|
"ingest_pipeline"
|
|
],
|
|
"exclude": [
|
|
"**/__pycache__",
|
|
"**/.pytest_cache",
|
|
"**/node_modules",
|
|
".venv"
|
|
],
|
|
"reportCallInDefaultInitializer": "none",
|
|
"reportUnknownVariableType": "warning",
|
|
"reportUnknownMemberType": "warning",
|
|
"reportUnknownArgumentType": "warning",
|
|
"reportUnknownLambdaType": "warning",
|
|
"reportUnknownParameterType": "warning",
|
|
"reportMissingParameterType": "warning",
|
|
"reportUnannotatedClassAttribute": "warning",
|
|
"reportAny": "warning",
|
|
"reportUnusedCallResult": "none",
|
|
"reportUnnecessaryIsInstance": "none",
|
|
"reportImplicitOverride": "none",
|
|
"reportDeprecated": "warning"
|
|
} |