chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

        ac = self._tar_card()

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

        epsilon: float = 0.0,
Severity: Info
Found in abydos/distance/_aline.py by pylint

TODO epsilon: float = 0.0, ^ |

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

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

TODO self, ^ |

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

        c = self._tar_only_card()
Severity: Info
Found in abydos/distance/_warrens_i.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

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

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

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

        b = self._src_only_card()
Severity: Info
Found in abydos/distance/_hawkins_dotson.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

                    p_cur + length_cur < src_len
Severity: Info
Found in abydos/distance/_tichy.py by pylint

TODO pcur + lengthcur < src_len ^ |

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

                    and src[p_cur + length_cur] == tar[q_pos + length_cur]
Severity: Info
Found in abydos/distance/_tichy.py by pylint

TODO and src[pcur + lengthcur] == tar[qpos + lengthcur] ^ |

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

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

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

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

        intersection_type: str = 'crisp',

TODO intersection_type: str = 'crisp', ^ |

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

        self,

TODO self, ^ |

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

        n = self._population_unique_card()

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 zeros as np_zeros
Severity: Critical
Found in abydos/distance/_shapira_storer_i.py by pylint

Used when pylint has been unable to import a module.

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

        u = self._u.sim(src, tar)
Severity: Info
Found in abydos/distance/_tulloss_t.py by pylint

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

Parameters differ from overridden 'sim' method
Open

    def sim(self, *args: Any, **kwargs: Any) -> NoReturn:
Severity: Minor
Found in abydos/distance/_unknown_f.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

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

TODO self, ^ |

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

        a = self._intersection_card()
Severity: Info
Found in abydos/distance/_hawkins_dotson.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/_kulczynski_ii.py by pylint

TODO self, ^ |

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

        sim_func: Optional[
Severity: Info
Found in abydos/distance/_monge_elkan.py by pylint

TODO sim_func: Optional[ ^ |

Constant name _epsilon doesn't conform to UPPER_CASE naming style
Open

_epsilon = float_info.epsilon
Severity: Info
Found in abydos/distance/_gilbert_wells.py by pylint

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

Severity
Category
Status
Source
Language