mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
misc cleanup and linting
This commit is contained in:
parent
76fe72da43
commit
033a324488
12 changed files with 179 additions and 235 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue