We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd690b0 commit d757550Copy full SHA for d757550
setup.cfg
@@ -5,6 +5,8 @@ ignore =
5
WPS430 # allow nested functions
6
WPS425 # allow bools in args
7
WPS412 # allow __init__.py with logic
8
+ DAR101 # allow missing parameters in Dockstring
9
+ DAR201 # allow missing Returns in Docstring
10
11
per-file-ignores =
12
# fix for Emacs's flycheck
0 commit comments