bomquote/transistor

View on GitHub
transistor/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage

Trailing whitespace
Open

    msg = """The keyword you provided probably does not match 
Severity: Minor
Found in transistor/exceptions.py by pep8

Trailing whitespace is superfluous.

The warning returned varies on whether the line itself is blank,
for easier filtering for those who want to indent their blank lines.

Okay: spam(1)\n#
W291: spam(1) \n#
W293: class Foo(object):\n    \n    bang = 12

No newline at end of file
Open

    pass
Severity: Minor
Found in transistor/exceptions.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).

There are no issues that match your filters.

Category
Status