pbrod/numdifftools

View on GitHub
src/numdifftools/license.py

Summary

Maintainability
A
0 mins
Test Coverage

No newline at end of file
Open

""".format(CURRENT_YEAR)
Severity: Minor
Found in src/numdifftools/license.py by pep8

Trailing blank lines are superfluous.

Okay: spam(1)
W391: spam(1)\n

However the last line should end with a new line (warning W292).

Formatting a regular string which could be a f-string
Open

__doc__ = """
Severity: Info
Found in src/numdifftools/license.py by pylint

Used when we detect a string that is being formatted with format() or % which could potentially be a f-string. The use of f-strings is preferred. Requires Python 3.6 and py-version >= 3.6.

Missing module docstring
Open

from datetime import datetime
Severity: Info
Found in src/numdifftools/license.py by pylint

Used when a module has no docstring. Empty modules do not require a docstring.

Final newline missing
Open

""".format(CURRENT_YEAR)
Severity: Info
Found in src/numdifftools/license.py by pylint

Used when the last line in a file is missing a newline.

There are no issues that match your filters.

Category
Status