chrislit/abydos

View on GitHub
abydos/tokenizer/_regexp.py

Summary

Maintainability
A
0 mins
Test Coverage

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

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

TODO self, ^ |

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

        regexp: str = r'\w+',
Severity: Info
Found in abydos/tokenizer/_regexp.py by pylint

TODO regexp: str = r'w+', ^ |

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

        scaler: Optional[Union[str, Callable[[float], float]]] = None,
Severity: Info
Found in abydos/tokenizer/_regexp.py by pylint

TODO scaler: Optional[Union[str, Callable[[float], float]]] = None, ^ |

There are no issues that match your filters.

Category
Status