Skip to content

Commit d757550

Browse files
committed
lint(): add rules ignore
1 parent fd690b0 commit d757550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ignore =
55
WPS430 # allow nested functions
66
WPS425 # allow bools in args
77
WPS412 # allow __init__.py with logic
8+
DAR101 # allow missing parameters in Dockstring
9+
DAR201 # allow missing Returns in Docstring
810

911
per-file-ignores =
1012
# fix for Emacs's flycheck

0 commit comments

Comments
 (0)