chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

Too many arguments (6/5)
Open

    def __init__(

Used when a function or method takes too many arguments.

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

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

TODO intersection_type: str = 'crisp', ^ |

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

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

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

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

        indel_costs: Optional[
Severity: Info
Found in abydos/distance/_flexmetric.py by pylint

TODO indel_costs: Optional[ ^ |

Else clause on loop without a break statement
Open

            else:
Severity: Minor
Found in abydos/distance/_flexmetric.py by pylint

Loops should only have an else clause if they can exit early with a break statement, otherwise the statements under else should be on the same scope as the loop itself.

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

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

TODO intersection_type: str = 'crisp', ^ |

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

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

TODO **kwargs: Any ^ |

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

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

TODO alphabet: Optional[ ^ |

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

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

TODO intersection_type: str = 'crisp', ^ |

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

            sd = unicode_normalize('NFKD', s)
Severity: Info
Found in abydos/distance/_covington.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,

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

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

        c = self._tar_only_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

        self,

TODO self, ^ |

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

                        (i >= v_temp_block_length * 2)

TODO (i >= vtempblock_length * 2) ^ |

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

                        and (

TODO and ( ^ |

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...).

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

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

TODO self, ^ |

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

        def _cost(s: str, t: str) -> float:
Severity: Info
Found in abydos/distance/_covington.py by pylint

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

Unnecessary else after return
Open

        if top_n is None:
Severity: Info
Found in abydos/distance/_covington.py by pylint

Used in order to highlight an unnecessary block of code following an if containing a return statement. As such, it will warn when it encounters an else following a chain of ifs, all of them containing a return statement.

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

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

TODO self, ^ |

Severity
Category
Status
Source
Language