mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 02:31:05 +00:00
3d505874aa
[no changelog]
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"src/apps/monero",
|
|
"src/typing.py",
|
|
"src/all_modules.py"
|
|
],
|
|
"stubPath": "mocks/generated",
|
|
"typeCheckingMode": "basic",
|
|
"pythonVersion": "3.10",
|
|
"enableTypeIgnoreComments": false,
|
|
"reportMissingModuleSource": false
|
|
}
|