eellak / epidose

Privacy-preserving epidemic dosimeter based on DP-3T contact tracing
Apache License 2.0
52 stars 6 forks source link

Migrate run_command function in daemon.py #51

Closed stefanos1316 closed 3 years ago

stefanos1316 commented 3 years ago

Had to change the ignore to extend-ignore because the flake8 was not ignoring the ':' after space and was causing a conflict with black pre-commit hook:

black....................................................................Failed

reformatted /home/epidose/epidose/epidose/device/beacon_tx_unlinkable_d.py All done! 1 file reformatted, 4 files left unchanged.

flake8...................................................................Failed

epidose/device/beacon_tx_unlinkable_d.py:90:25: E203 whitespace before ':' epidose/device/beacon_tx_unlinkable_d.py:95:27: E203 whitespace before ':' epidose/device/beacon_tx_unlinkable_d.py:130:33: E203 whitespace before ':'

Test shell scripts with shellcheck...................(no files to check)Skipped