mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-22 10:09:04 +00:00
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"src/apps/monero",
|
|
"src/typing.py"
|
|
],
|
|
"stubPath": "mocks/generated",
|
|
"typeCheckingMode": "basic",
|
|
"pythonVersion": "3.10",
|
|
"reportMissingModuleSource": false
|
|
}
|