misc cleanup and linting

This commit is contained in:
Manuel Barkhau 2020-09-18 17:50:13 +00:00
parent 76fe72da43
commit 033a324488
12 changed files with 179 additions and 235 deletions

View file

@ -128,10 +128,10 @@ jobs = 4
output-format = colorized
# Maximum number of locals for function / method body
max-locals = 20
max-locals = 21
# Maximum number of arguments for function / method
max-args = 8
max-args = 9
good-names = logger,i,ex
@ -163,6 +163,7 @@ disable =
missing-function-docstring,
raise-missing-from,
duplicate-code,
ungrouped-imports,
generated-members =
# members of typing.NamedTuple