mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
disable docstring lint checks
This commit is contained in:
parent
5287875271
commit
aafcc459f1
1 changed files with 6 additions and 2 deletions
|
|
@ -38,9 +38,13 @@ ignore =
|
|||
# Line break after binary op
|
||||
W504
|
||||
# Missing docstring in public module
|
||||
# D100
|
||||
D100
|
||||
# Missing docstring in public class
|
||||
# D101
|
||||
D101
|
||||
# Missing docstring in public method
|
||||
D102
|
||||
# Missing docstring in public function
|
||||
D103
|
||||
# Missing docstring on __init__
|
||||
D107
|
||||
# No blank lines allowed after function docstring
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue