syncthing-device-id: satisfy flake8

This commit is contained in:
tv 2018-09-11 22:10:50 +02:00
parent 97b44fde9c
commit 4fc5cf354f

View File

@ -1,6 +1,14 @@
{ writePython2Bin }:
writePython2Bin "syncthing-device-id" {} /* python */ ''
writePython2Bin "syncthing-device-id" {
flakeIgnore = [
"E226"
"E302"
"E305"
"E501"
"F401"
];
} /* python */ ''
import base64
import hashlib
import subprocess