Modernized build tooling

This commit is contained in:
2025-08-01 05:00:24 +00:00
committed by Your Name
parent 8a93f794d6
commit f7a5d26c41
71 changed files with 6685 additions and 813 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"include": ["src"],
"exclude": ["**/__pycache__", ".venv", "venv", "features"],
"typeCheckingMode": "strict",
"pythonVersion": "3.13",
"pythonPlatform": "All",
"stubPath": "typings",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"reportPrivateUsage": false
}