chrislit/abydos

View on GitHub
abydos/distance/_jaccard.py

Summary

Maintainability
A
0 mins
Test Coverage

Useless super delegation in method 'sim'
Open

    def sim(self, src: str, tar: str) -> float:
Severity: Minor
Found in abydos/distance/_jaccard.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

        **kwargs: Any
Severity: Info
Found in abydos/distance/_jaccard.py by pylint

TODO **kwargs: Any ^ |

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

        intersection_type: str = 'crisp',
Severity: Info
Found in abydos/distance/_jaccard.py by pylint

TODO intersection_type: str = 'crisp', ^ |

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

        self,
Severity: Info
Found in abydos/distance/_jaccard.py by pylint

TODO self, ^ |

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

        tokenizer: Optional[_Tokenizer] = None,
Severity: Info
Found in abydos/distance/_jaccard.py by pylint

TODO tokenizer: Optional[_Tokenizer] = None, ^ |

There are no issues that match your filters.

Category
Status