Single line summaries of docstrings
This commit is contained in:
parent
35d47fe3ed
commit
4dc41bb008
20 changed files with 153 additions and 115 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue