mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 21:08:07 +00:00
f0d6539d3d
for now, it catches the following incorrect function: async def show_foo() -> Awaitable[None]: return show_something_else("foo") because to correctly show the result, the caller would have to "await (await show_foo())" (this should either be "async def show_foo() -> None", or "def show_foo() -> Awaitable[None]") |
||
---|---|---|
.. | ||
snippets | ||
trezor-pylint-plugin | ||
.gitignore | ||
build_protobuf | ||
bump-version.py | ||
check-bitcoin-only | ||
clang-format-check | ||
firmware_hash.py | ||
generate_ci_docs.py | ||
generate-changelog-unreleased.sh | ||
generate-changelog.py | ||
github_issues_to_csv.py | ||
help.awk | ||
pyright_tool.py | ||
style.c.exclude | ||
style.c.include | ||
style.py.exclude | ||
style.py.include | ||
towncrier.template.md | ||
towncrier.toml | ||
version.sh |