mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
Code quality updates
This commit is contained in:
parent
95234dfd0b
commit
54a681bf34
14 changed files with 413 additions and 187 deletions
|
|
@ -43,6 +43,8 @@ ignore =
|
|||
# D101
|
||||
# Missing docstring on __init__
|
||||
D107
|
||||
# No blank lines allowed after function docstring
|
||||
D202
|
||||
# First line should be in imperative mood
|
||||
D401
|
||||
select = A,AAA,D,C,E,F,W,H,B,D212,D404,D405,D406,B901,B950
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue