chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

            d = 1
Severity: Info
Found in abydos/distance/_ample.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/_soft_cosine.py by pylint

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

Redefining argument with the local name 'tar'
Open

            for tar in self._src_tokens.keys():
Severity: Info
Found in abydos/distance/_soft_cosine.py by pylint

Used when a local name is redefining an argument, which might suggest a potential error. This is taken in account only for a handful of name binding operations, such as for iteration, with statement assignment and exception handler assignment.

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

        intersection_type: str = 'crisp',
Severity: Info
Found in abydos/distance/_tversky.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/_kent_foster_ii.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', ^ |

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,

TODO self, ^ |

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

        self,

TODO self, ^ |

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

        qval: Union[int, TIterable[int]] = 2,
Severity: Info
Found in abydos/tokenizer/_q_skipgrams.py by pylint

TODO qval: Union[int, TIterable[int]] = 2, ^ |

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

        start_stop: str = '$#',
Severity: Info
Found in abydos/tokenizer/_q_grams.py by pylint

TODO start_stop: str = '$#', ^ |

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

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

TODO intersection_type: str = 'crisp', ^ |

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

        theta: float = 0.5,
Severity: Info
Found in abydos/distance/_gower_legendre.py by pylint

TODO theta: float = 0.5, ^ |

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

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

TODO **kwargs: Any ^ |

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

        bias: Optional[float] = None,
Severity: Info
Found in abydos/distance/_tversky.py by pylint

TODO bias: Optional[float] = None, ^ |

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

        **kwargs: Any

TODO **kwargs: Any ^ |

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

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

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

TODO **kwargs: Any ^ |

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

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

TODO intersection_type: str = 'crisp', ^ |

Severity
Category
Status
Source
Language