45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"include": [
|
|
"ingest_pipeline"
|
|
],
|
|
"exclude": [
|
|
"**/__pycache__",
|
|
"**/.pytest_cache",
|
|
"**/node_modules",
|
|
".venv",
|
|
"build",
|
|
"dist"
|
|
],
|
|
"pythonVersion": "3.12",
|
|
"venvPath": ".",
|
|
"venv": ".venv",
|
|
"typeCheckingMode": "standard",
|
|
"useLibraryCodeForTypes": true,
|
|
"stubPath": "./typings",
|
|
"reportCallInDefaultInitializer": "none",
|
|
"reportUnknownVariableType": "warning",
|
|
"reportUnknownMemberType": "warning",
|
|
"reportUnknownArgumentType": "warning",
|
|
"reportUnknownLambdaType": "warning",
|
|
"reportUnknownParameterType": "warning",
|
|
"reportMissingParameterType": "warning",
|
|
"reportUnannotatedClassAttribute": "warning",
|
|
"reportMissingTypeStubs": "none",
|
|
"reportMissingModuleSource": "none",
|
|
"reportImportCycles": "none",
|
|
"reportUnusedImport": "warning",
|
|
"reportUnusedClass": "warning",
|
|
"reportUnusedFunction": "warning",
|
|
"reportUnusedVariable": "warning",
|
|
"reportDuplicateImport": "warning",
|
|
"reportWildcardImportFromLibrary": "warning",
|
|
"reportAny": "warning",
|
|
"reportUnusedCallResult": "none",
|
|
"reportUnnecessaryIsInstance": "none",
|
|
"reportImplicitOverride": "none",
|
|
"reportDeprecated": "warning",
|
|
"reportIncompatibleMethodOverride": "error",
|
|
"reportIncompatibleVariableOverride": "error",
|
|
"reportInconsistentConstructor": "none",
|
|
"analyzeUnannotatedFunctions": true
|
|
} |