chrislit/abydos

View on GitHub
abydos/tokenizer/_character.py

Summary

Maintainability
A
0 mins
Test Coverage

Useless super delegation in method '__init__'
Open

    def __init__(
Severity: Minor
Found in abydos/tokenizer/_character.py by pylint

Used whenever we can detect that an overridden method is useless, relying on super() delegation to do the same thing as another method from the MRO.

Wrong hanging indentation before block (add 4 spaces).
Open

        self, scaler: Optional[Union[str, Callable[[float], float]]] = None,
Severity: Info
Found in abydos/tokenizer/_character.py by pylint

TODO self, scaler: Optional[Union[str, Callable[[float], float]]] = None, ^ |

There are no issues that match your filters.

Category
Status