Single line summaries of docstrings

This commit is contained in:
Julian Stirling 2025-07-10 01:58:14 +01:00
parent 35d47fe3ed
commit 4dc41bb008
20 changed files with 153 additions and 115 deletions

View file

@ -127,10 +127,9 @@ ignore = [
"E501", # Ignore long lines for now
"D203", # incompatible with D204
"D213", # incompatible with D212
"D400", # A stricter version of #415
# Below are checkers to be turned on gradually
"D205", # Force single line summary!
"D415",
"D400",
"D200",
# These should be turned on before this MR is complete
"D100",