Say that I have
def foo()
"""This is the first part of the summary,
and this is the second part of the summary.
This is the description.
"""
I got both D205 and D400 docstring style warnings triggered.
I want to be able to break the line because I am working with the 80-columns limit and I want to keep it.
Shall I just ignore these warnings?