Clean up nanobind typing and source layout
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"include": ["src"],
|
||||
"ignore": ["src/rpt/_core.pyi"],
|
||||
"failOnWarnings": false,
|
||||
"pythonVersion": "3.10",
|
||||
"reportMissingModuleSource": "none",
|
||||
"executionEnvironments": [
|
||||
{
|
||||
"root": "tests",
|
||||
"extraPaths": ["src"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user