14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"include": ["src"],
|
|
"ignore": ["src/rpt/_core.pyi"],
|
|
"failOnWarnings": false,
|
|
"pythonVersion": "3.10",
|
|
"reportMissingModuleSource": "none",
|
|
"executionEnvironments": [
|
|
{
|
|
"root": "tests",
|
|
"extraPaths": ["src"]
|
|
}
|
|
]
|
|
}
|