[Breaking enhancement] Swap out Pandas for Polars #41
Annotations
10 errors
docs/source/conf.py#L20
docs/source/conf.py:20:12: F401 `numpydoc` imported but unused; consider using `importlib.util.find_spec` to test for availability
|
mokapot/config.py#L1
mokapot/config.py:1:1: D205 1 blank line required between summary line and description
|
mokapot/config.py#L12
mokapot/config.py:12:5: D400 First line should end with a period
|
mokapot/config.py#L14
mokapot/config.py:14:9: ANN202 Missing return type annotation for private function `_fill_text`
|
mokapot/config.py#L14
mokapot/config.py:14:26: ANN001 Missing type annotation for function argument `text`
|
mokapot/config.py#L14
mokapot/config.py:14:32: ANN001 Missing type annotation for function argument `width`
|
mokapot/config.py#L14
mokapot/config.py:14:39: ANN001 Missing type annotation for function argument `indent`
|
mokapot/config.py#L26
mokapot/config.py:26:24: ANN001 Missing type annotation for function argument `parser`
|
mokapot/config.py#L35
mokapot/config.py:35:9: ANN201 Missing return type annotation for public function `args`
|
mokapot/config.py#L42
mokapot/config.py:42:9: ANN204 Missing return type annotation for special method `__getattr__`
|
The logs for this run have expired and are no longer available.
Loading