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 bde2fc9 commit 8dd4214Copy full SHA for 8dd4214
.flake8
@@ -24,6 +24,8 @@ extend-ignore =
24
D105,
25
# missing docstring in __init__:
26
D107,
27
+ # TODO: remove:
28
+ D200, D403,
29
# no blank lines allowed after function docstring:
30
D202,
31
# 1 blank line required between summary line and description:
0 commit comments