refactor to satisfy flak8

This commit is contained in:
scito
2022-09-03 16:12:28 +02:00
committed by Roland Kurmann
parent 7f8250c0a6
commit 175e7c38e5
5 changed files with 37 additions and 8 deletions

8
.flake8 Normal file
View File

@@ -0,0 +1,8 @@
[flake8]
ignore =
E701
exclude =
protobuf_generated_python
__pycache__
per-file-ignores =
extract_otp_secret_keys.py: F821, F401