chrislit/abydos

View on GitHub
abydos/tokenizer/_legalipy.py

Summary

Maintainability
A
0 mins
Test Coverage

Parameters differ from overridden 'tokenize' method
Open

    def tokenize(self, string: str, ipa: bool = False) -> 'LegaliPyTokenizer':
Severity: Minor
Found in abydos/tokenizer/_legalipy.py by pylint

Used when a method has a different number of arguments than in the implemented interface or in an overridden method.

Unused argument 'ipa'
Open

    def tokenize(self, string: str, ipa: bool = False) -> 'LegaliPyTokenizer':
Severity: Minor
Found in abydos/tokenizer/_legalipy.py by pylint

Used when a function or method argument is not used.

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

        threshold: float = 0.0002,
Severity: Info
Found in abydos/tokenizer/_legalipy.py by pylint

TODO threshold: float = 0.0002, ^ |

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

        clean: bool = True,
Severity: Info
Found in abydos/tokenizer/_legalipy.py by pylint

TODO clean: bool = True, ^ |

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

        append: bool = False,
Severity: Info
Found in abydos/tokenizer/_legalipy.py by pylint

TODO append: bool = False, ^ |

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

        text: str,
Severity: Info
Found in abydos/tokenizer/_legalipy.py by pylint

TODO text: str, ^ |

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

        self,
Severity: Info
Found in abydos/tokenizer/_legalipy.py by pylint

TODO self, ^ |

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

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

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

There are no issues that match your filters.

Category
Status