Enable various pydocstyle (D) rules (#11878)

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
danieleades
2024-01-14 21:13:46 +00:00
committed by GitHub
parent 587e01177d
commit f7fbfaa471
100 changed files with 301 additions and 127 deletions

View File

@@ -17,7 +17,6 @@ def sig_elements() -> set[type[addnodes.desc_sig_element]]:
def test_desc_sig_element_nodes(sig_elements):
"""Test the registration of ``desc_sig_element`` subclasses."""
# expected desc_sig_* node classes (must be declared *after* reloading
# the module since otherwise the objects are not the correct ones)
EXPECTED_SIG_ELEMENTS = {