Skip to content

Commit

Permalink
remove docstring D214 and D215 from ignore list (apache#42802)
Browse files Browse the repository at this point in the history
Co-authored-by: D. Ferruzzi <ferruzzi@amazon.com>
  • Loading branch information
2 people authored and kunaljubce committed Oct 13, 2024
1 parent 48ce169 commit f775c67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ ignore = [
"D107", # Unwanted; Docstring in every constructor is unnecessary if the class has a docstring.
"D203",
"D212", # Conflicts with D213. Both can not be enabled.
"D214",
"D215",
"E731", # Do not assign a lambda expression, use a def
"TCH003", # Do not move imports from stdlib to TYPE_CHECKING block
"PT004", # Fixture does not return anything, add leading underscore
Expand Down

0 comments on commit f775c67

Please sign in to comment.