mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-02-20 00:33:30 +01:00
style(core): update types to pyright 1.1.404
Majority by volume is resolving the byte types promotion problem, which pyright stopped ignoring
This commit is contained in:
@@ -143,7 +143,7 @@ FILE_SPECIFIC_IGNORES: FileSpecificIgnores = {}
|
||||
ALIASES: dict[str, str] = {
|
||||
"awaitable-return-type": 'Return type of generator function must be compatible with "Generator',
|
||||
"obscured-by-same-name": "is obscured by a declaration of the same name",
|
||||
"int-into-enum": 'Expression of type "int.*" is incompatible with return type ".*"',
|
||||
"int-into-enum": r'Type "int.*" is not assignable to return type ".*"',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user