chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

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

TODO intersection_type: str = 'crisp', ^ |

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

        d = self._total_complement_card()
Severity: Info
Found in abydos/distance/_baulieu_iv.py by pylint

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

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

        n = a + b + c + d
Severity: Info
Found in abydos/distance/_hurlbert.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

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

TODO intersection_type: str = 'crisp', ^ |

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

                            and sp not in src_matched

TODO and sp not in src_matched ^ |

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

        b = self._src_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...).

Unused argument 'args'
Open

    def dist_abs(self, src: str, tar: str, *args: Any, **kwargs: Any) -> float:
Severity: Minor
Found in abydos/distance/_chebyshev.py by pylint

Used when a function or method argument is not used.

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

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

TODO and j > 1 ^ |

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

        **kwargs: Any
Severity: Info
Found in abydos/distance/_baulieu_iv.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/_baulieu_v.py by pylint

TODO intersection_type: str = 'crisp', ^ |

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

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

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

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

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

TODO + score ^ |

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

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

TODO self, ^ |

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

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

TODO **kwargs: Any ^ |

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

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

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

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

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

TODO i > 0 ^ |

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

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

TODO

= threshold ^ |

Severity
Category
Status
Source
Language