mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 10:39:00 +00:00
9fc5bb546b
Changes many fields to required -- as far as we were able to figure out, signing would fail if these fields aren't provided anyway, so this should not pose a compatibility problem. Co-authored-by: matejcik <ja@matejcik.cz>
15 lines
283 B
JSON
15 lines
283 B
JSON
{
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"src/apps/monero",
|
|
"src/typing.py",
|
|
"src/all_modules.py"
|
|
],
|
|
"stubPath": "mocks/generated",
|
|
"typeCheckingMode": "basic",
|
|
"pythonVersion": "3.10",
|
|
"reportMissingModuleSource": false
|
|
}
|