chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

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

TODO **kwargs: Any ^ |

Variable name a doesn't conform to snake_case naming style
Open

        a = self._intersection_card()
Severity: Info
Found in abydos/distance/_kuhns_xi.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

Unable to import 'numpy'
Open

from numpy import full as np_full
Severity: Critical
Found in abydos/distance/_higuera_mico.py by pylint

Used when pylint has been unable to import a module.

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

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

TODO **kwargs: Any ^ |

Too many local variables (18/15)
Open

    def _soft_intersection(self) -> TCounter[str]:
Severity: Info
Found in abydos/distance/_token_distance.py by pylint

Used when a function or method has too many local variables.

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

        alphabet: Optional[
Severity: Info
Found in abydos/distance/_pattern.py by pylint

TODO alphabet: Optional[ ^ |

Variable name b doesn't conform to snake_case naming style
Open

        b = self._src_only_card()
Severity: Info
Found in abydos/distance/_pattern.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

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

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

TODO self, ^ |

Variable name n doesn't conform to snake_case naming style
Open

        n = self._population_unique_card()
Severity: Info
Found in abydos/distance/_gilbert.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

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

        alphabet: Optional[
Severity: Info
Found in abydos/distance/_benini_i.py by pylint

TODO alphabet: Optional[ ^ |

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

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

TODO self, ^ |

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

        weights: Optional[
Severity: Info
Found in abydos/distance/_eudex.py by pylint

TODO weights: Optional[ ^ |

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

                        (src_cur + i < src_len)
Severity: Info
Found in abydos/distance/_sift4_simplest.py by pylint

TODO (srccur + i < srclen) ^ |

Argument name x doesn't conform to snake_case naming style
Open

    def _norm_log(x: float, _squares: int, _pop: float) -> float:
Severity: Info
Found in abydos/distance/_token_distance.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

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

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

TODO self, ^ |

Parameters differ from overridden 'sim' method
Open

    def sim(self, *args: Any, **kwargs: Any) -> NoReturn:
Severity: Minor
Found in abydos/distance/_chebyshev.py by pylint

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

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

        mismatch_cost: float = 0,

TODO mismatch_cost: float = 0, ^ |

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

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

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

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

        self, src: Union[str, TCounter[str]], tar: Union[str, TCounter[str]]
Severity: Info
Found in abydos/distance/_token_distance.py by pylint

TODO self, src: Union[str, TCounter[str]], tar: Union[str, TCounter[str]] ^ |

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

            src: str, tar: str
Severity: Info
Found in abydos/distance/_token_distance.py by pylint

TODO src: str, tar: str ^ |

Severity
Category
Status
Source
Language