Modernized build tooling
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user