mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 04:18:10 +00:00
chore(python): specify Python version for type checking
This commit is contained in:
parent
a4bcc95deb
commit
85d707615f
@ -4,6 +4,7 @@
|
|||||||
"tools",
|
"tools",
|
||||||
"helper-scripts"
|
"helper-scripts"
|
||||||
],
|
],
|
||||||
|
"pythonVersion": "3.6",
|
||||||
"typeCheckingMode": "basic",
|
"typeCheckingMode": "basic",
|
||||||
"reportMissingImports": false,
|
"reportMissingImports": false,
|
||||||
"reportUntypedFunctionDecorator": true,
|
"reportUntypedFunctionDecorator": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user