chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

                    + _sig_exp(
Severity: Info
Found in abydos/distance/_aline.py by pylint

TODO + sigexp( ^ |

Too many instance attributes (8/7)
Open

class ALINE(_Distance):
Severity: Info
Found in abydos/distance/_aline.py by pylint

Used when class has too many instance attributes, try to reduce this to get a simpler (and so easier to use) class.

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

            for f in features:
Severity: Info
Found in abydos/distance/_aline.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

        max_dist: int = 1,

TODO max_dist: int = 1, ^ |

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

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

TODO **kwargs: Any ^ |

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

        ab = self._src_card()
Severity: Info
Found in abydos/distance/_pearson_phi.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,

TODO self, ^ |

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

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

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

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

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

TODO intersection_type: str = 'crisp', ^ |

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

        c = self._tar_only_card()
Severity: Info
Found in abydos/distance/_baulieu_iii.py by pylint

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

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

                for j1 in range(j - 1, -1, -1):
Severity: Info
Found in abydos/distance/_aline.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

                            and sp not in src_matched

TODO and sp not in src_matched ^ |

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

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

TODO alphabet: Optional[ ^ |

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

        self,
Severity: Info
Found in abydos/distance/_pearson_phi.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/_baulieu_iii.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

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

TODO **kwargs: Any ^ |

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

                    j > 0
Severity: Info
Found in abydos/distance/_aline.py by pylint

TODO j > 0 ^ |

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

                    and s_mat[i - 1, j - 2]
Severity: Info
Found in abydos/distance/_aline.py by pylint

TODO and s_mat[i - 1, j - 2] ^ |

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

                    >= threshold
Severity: Info
Found in abydos/distance/_aline.py by pylint

TODO

= threshold ^ |

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

                    i < src_len or j < tar_len
Severity: Info
Found in abydos/distance/_aline.py by pylint

TODO i < srclen or j < tarlen ^ |

Severity
Category
Status
Source
Language