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 e65c47b commit eb793a3Copy full SHA for eb793a3
pyproject.toml
@@ -780,6 +780,7 @@ ignore = [
780
"D213", # Multi-line docstring summary should start at the second line
781
"D406", # Section name should end with a newline
782
"D407", # Section name underlining
783
+ "D417", # Missing argument descriptions in docstring - to allow documenting only non-obvious parameters
784
"E501", # line too long
785
786
"PLC1901", # {existing} can be simplified to {replacement} as an empty string is falsey; too many false positives
0 commit comments