syncthing-device-id: satisfy flake8
This commit is contained in:
parent
97b44fde9c
commit
4fc5cf354f
@ -1,6 +1,14 @@
|
|||||||
{ writePython2Bin }:
|
{ writePython2Bin }:
|
||||||
|
|
||||||
writePython2Bin "syncthing-device-id" {} /* python */ ''
|
writePython2Bin "syncthing-device-id" {
|
||||||
|
flakeIgnore = [
|
||||||
|
"E226"
|
||||||
|
"E302"
|
||||||
|
"E305"
|
||||||
|
"E501"
|
||||||
|
"F401"
|
||||||
|
];
|
||||||
|
} /* python */ ''
|
||||||
import base64
|
import base64
|
||||||
import hashlib
|
import hashlib
|
||||||
import subprocess
|
import subprocess
|
||||||
|
Loading…
Reference in New Issue
Block a user