mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-02-19 16:22:44 +01:00
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"include": [
|
|
"tools",
|
|
"common"
|
|
],
|
|
"exclude": [
|
|
"tools/pyright_tool.py",
|
|
"tools/snippets"
|
|
],
|
|
"stubPath": "mocks/generated",
|
|
"typeCheckingMode": "basic",
|
|
"pythonVersion": "3.10",
|
|
"reportMissingModuleSource": false,
|
|
"reportMissingImports": false
|
|
}
|