mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci: run mypy without limitation
This commit is contained in:
parent
d17f879d97
commit
0811733185
@ -106,10 +106,9 @@ core mypy test:
|
||||
dependencies: [] # no artifacts needed
|
||||
script:
|
||||
- cd core
|
||||
- (pipenv run make mypy | tee /tmp/mypy-result) || true
|
||||
- CNT=`wc -l < /tmp/mypy-result`
|
||||
- echo $CNT
|
||||
- (( $CNT != 0 )) && (( $CNT < 154 )) && exit 0 # currently hardcoded, will be fixed
|
||||
- pipenv run mypy --version
|
||||
- pipenv run make res # needed for clean mypy
|
||||
- pipenv run make mypy
|
||||
|
||||
|
||||
# Crypto
|
||||
|
Loading…
Reference in New Issue
Block a user