1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 13:59:17 +00:00
trezor-firmware/python/pyrightconfig.json

14 lines
315 B
JSON
Raw Normal View History

{
"include": [
"src/trezorlib",
"tools",
"helper-scripts"
],
"pythonVersion": "3.6",
"typeCheckingMode": "basic",
"reportMissingImports": false,
"reportUntypedFunctionDecorator": true,
"reportUntypedClassDecorator": true,
"reportMissingParameterType": true
}