chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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/_masi.py by pylint

TODO intersection_type: str = 'crisp', ^ |

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

        b = self._src_only_card()
Severity: Info
Found in abydos/distance/_masi.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

        simplified: bool = False,
Severity: Info
Found in abydos/distance/_fellegi_sunter.py by pylint

TODO simplified: bool = False, ^ |

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

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

TODO intersection_type: str = 'crisp', ^ |

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

            for ch in '._ ':

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/_koppen_ii.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/_koppen_ii.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,
Severity: Info
Found in abydos/distance/_baulieu_viii.py by pylint

TODO self, ^ |

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

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

TODO **kwargs: Any ^ |

Too many local variables (20/15)
Open

    def dist_abs(self, src: str, tar: str) -> float:

Used when a function or method has too many local variables.

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

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

TODO self, ^ |

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

        c = self._tar_only_card()
Severity: Info
Found in abydos/distance/_kuhns_iv.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

        seed: int = 10,
Severity: Info
Found in abydos/distance/_minhash.py by pylint

TODO seed: int = 10, ^ |

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

        a = self._intersection_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

        tokenizer: Optional[_Tokenizer] = None,

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

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

        scaling_factor: float = 0.1,
Severity: Info
Found in abydos/distance/_jaro_winkler.py by pylint

TODO scaling_factor: float = 0.1, ^ |

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

                and (minv > 4)
Severity: Info
Found in abydos/distance/_jaro_winkler.py by pylint

TODO and (minv > 4) ^ |

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

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

TODO intersection_type: str = 'crisp', ^ |

Severity
Category
Status
Source
Language