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 06c6e1c commit 5dec402Copy full SHA for 5dec402
pyproject.toml
@@ -187,3 +187,6 @@ exclude = [ # don't report on checks for these
187
'\.__repr__$',
188
'\.__str__$',
189
]
190
+override_SS05 = [ # allow docstrings to start with these words
191
+ '^Unambiguous ',
192
+]
0 commit comments