trezor-firmware
trezor-firmware copied to clipboard
chore(python): add ruff linter as a dependency
Fixes https://github.com/trezor/trezor-firmware/issues/2820:
- adds
rufflinter intoshell.nix, so we can run it on python files - usage -
ruff .incore
I could not make it a make command or adding it into pystyle command, it was complaining that ruff: No such file or directory