Commit 1d9c5cd
committed
fix(ruff): Remove blanket D suppression for sphinx-autodoc-pytest-fixtures
why: Blanket "D" disables all docstring enforcement. The numpy convention
already handles D413/D211/D213; only D417 (missing param descriptions)
needs suppression for now.
what:
- Replace "D" with "D417" in per-file-ignores for the package1 parent 86741c8 commit 1d9c5cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
0 commit comments