chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

        cost: Tuple[float, float, float, float] = (1, 1, 1, 1),

TODO cost: Tuple[float, float, float, float] = (1, 1, 1, 1), ^ |

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

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

TODO self, ^ |

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

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

TODO **kwargs: Any ^ |

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

                and token[0] not in self._vowels

TODO and token[0] not in self._vowels ^ |

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

        clean: bool = True,
Severity: Info
Found in abydos/tokenizer/_legalipy.py by pylint

TODO clean: bool = True, ^ |

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

        self,
Severity: Info
Found in abydos/tokenizer/_q_grams.py by pylint

TODO self, ^ |

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

        skip: Union[int, TIterable[int]] = 0,
Severity: Info
Found in abydos/tokenizer/_q_grams.py by pylint

TODO skip: Union[int, TIterable[int]] = 0, ^ |

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

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

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

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

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

TODO alphabet: Optional[ ^ |

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

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

TODO self, ^ |

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

        alphabet: Optional[
Severity: Info
Found in abydos/distance/_yjhhr.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/_rogot_goldberg.py by pylint

TODO intersection_type: str = 'crisp', ^ |

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

        a = self._intersection_card()
Severity: Info
Found in abydos/distance/_rogot_goldberg.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 = 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

        normalizer: Callable[[List[float]], float] = max,

TODO normalizer: Callable[[List[float]], float] = max, ^ |

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

        a = self._intersection_card()
Severity: Info
Found in abydos/distance/_tulloss_r.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

        flags: int = 0,
Severity: Info
Found in abydos/tokenizer/_regexp.py by pylint

TODO flags: int = 0, ^ |

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

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

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

Severity
Category
Status
Source
Language