mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
style: print versions to log
This commit is contained in:
parent
05c055080a
commit
f697751d53
3
Makefile
3
Makefile
@ -74,6 +74,9 @@ pylint: ## run pylint on application sources and tests
|
|||||||
## style commands:
|
## style commands:
|
||||||
|
|
||||||
style_check: ## run code style check on application sources and tests
|
style_check: ## run code style check on application sources and tests
|
||||||
|
flake8 --version
|
||||||
|
isort --version | grep "VERSION"
|
||||||
|
black --version
|
||||||
flake8 $(shell find src -name *.py)
|
flake8 $(shell find src -name *.py)
|
||||||
isort --check-only $(shell find src -name *.py ! -path 'src/trezor/messages/*')
|
isort --check-only $(shell find src -name *.py ! -path 'src/trezor/messages/*')
|
||||||
black --check $(shell find src -name *.py ! -path 'src/trezor/messages/*')
|
black --check $(shell find src -name *.py ! -path 'src/trezor/messages/*')
|
||||||
|
Loading…
Reference in New Issue
Block a user