mirror of
https://github.com/ZGCA-Forge/Elevator.git
synced 2025-12-14 13:04:41 +00:00
31 lines
582 B
JSON
31 lines
582 B
JSON
{
|
|
"include": ["."],
|
|
"exclude": [
|
|
"build",
|
|
"dist",
|
|
"__pycache__",
|
|
".mypy_cache",
|
|
".pytest_cache",
|
|
"htmlcov",
|
|
".idea",
|
|
".vscode",
|
|
"docs/_build",
|
|
"elevatorpy.egg-info",
|
|
"elevator_saga.egg-info",
|
|
".eggs",
|
|
"MsgCenterPy"
|
|
],
|
|
"pythonVersion": "3.10",
|
|
"typeCheckingMode": "basic",
|
|
"executionEnvironments": [
|
|
{
|
|
"root": ".",
|
|
"extraPaths": ["elevator_saga"]
|
|
}
|
|
],
|
|
"reportMissingImports": "warning",
|
|
"reportUnusedImport": "warning",
|
|
"reportUnusedVariable": "warning",
|
|
"reportMissingTypeStubs": false
|
|
}
|