You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docstrings are defined in PEP 257 as "A docstring is a string literal that occurs as the first statement in a module, function, class, or method definition." When reuse adds a header, it forcibly adds a space before the docstring violating this principle.
When the style is set to Python and the first line in the file is a docstring, a space should not be added between the license and the docstring.
The text was updated successfully, but these errors were encountered:
Docstrings are defined in PEP 257 as "A docstring is a string literal that occurs as the first statement in a module, function, class, or method definition." When reuse adds a header, it forcibly adds a space before the docstring violating this principle.
When the style is set to Python and the first line in the file is a docstring, a space should not be added between the license and the docstring.
The text was updated successfully, but these errors were encountered: