1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00
trezor-firmware/tools
matejcik f0d6539d3d feat: custom Pylint plugin
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]")
2023-11-30 09:27:57 +01:00
..
snippets feat(all): add UI for Model R 2023-05-31 10:14:54 +02:00
trezor-pylint-plugin feat: custom Pylint plugin 2023-11-30 09:27:57 +01:00
.gitignore
build_protobuf chore(tools): simplify build_protobuf file sources creation 2022-03-04 11:42:51 +01:00
bump-version.py fix(tools): more general support for version-bumping that also includes boardloader 2023-09-06 11:28:34 +02:00
check-bitcoin-only chore: exclude altcoins with names shorter than 4 chars from bitcoin-only check 2023-11-14 13:25:00 +01:00
clang-format-check
firmware_hash.py fix(tools): Strip old header in firmware_hash.py. 2022-05-11 11:14:03 +02:00
generate_ci_docs.py chore(docs): Clean up dead links [no changelog] 2022-10-25 15:27:32 +02:00
generate-changelog-unreleased.sh
generate-changelog.py docs(core): differentiate changelog entries between models 2023-11-01 16:21:57 +01:00
github_issues_to_csv.py
help.awk
pyright_tool.py fix(tools): modify type-hints to be compatible with older python versions 2022-05-30 14:41:32 +02:00
style.c.exclude feat(crypto): Implement AES-CCM. 2023-08-29 10:59:34 +02:00
style.c.include
style.py.exclude
style.py.include chore(style): include core/site_scons python files for style linting 2023-07-18 10:10:41 +02:00
towncrier.template.md docs: update towncrier template 2023-06-14 11:42:12 +02:00
towncrier.toml
version.sh build: fix compilation on darwin 2023-05-10 20:59:00 +02:00