Skip to content

Commit eb793a3

Browse files
authored
Disable Ruff rule D417 (home-assistant#157264)
1 parent e65c47b commit eb793a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ ignore = [
780780
"D213", # Multi-line docstring summary should start at the second line
781781
"D406", # Section name should end with a newline
782782
"D407", # Section name underlining
783+
"D417", # Missing argument descriptions in docstring - to allow documenting only non-obvious parameters
783784
"E501", # line too long
784785

785786
"PLC1901", # {existing} can be simplified to {replacement} as an empty string is falsey; too many false positives

0 commit comments

Comments
 (0)