Clean up nanobind typing and source layout

This commit is contained in:
2026-03-27 11:19:53 +08:00
parent 9d63177de0
commit 69e83d8430
19 changed files with 792 additions and 47 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"include": ["src"],
"ignore": ["src/rpt/_core.pyi"],
"failOnWarnings": false,
"pythonVersion": "3.10",
"reportMissingModuleSource": "none",
"executionEnvironments": [
{
"root": "tests",
"extraPaths": ["src"]
}
]
}