[Breaking enhancement] Swap out Pandas for Polars #42
Annotations
10 errors
Ruff (F401):
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
|
Ruff (D205):
mokapot/config.py#L1
mokapot/config.py:1:1: D205 1 blank line required between summary line and description
|
Ruff (D400):
mokapot/config.py#L12
mokapot/config.py:12:5: D400 First line should end with a period
|
Ruff (ANN202):
mokapot/config.py#L14
mokapot/config.py:14:9: ANN202 Missing return type annotation for private function `_fill_text`
|
Ruff (ANN001):
mokapot/config.py#L14
mokapot/config.py:14:26: ANN001 Missing type annotation for function argument `text`
|
Ruff (ANN001):
mokapot/config.py#L14
mokapot/config.py:14:32: ANN001 Missing type annotation for function argument `width`
|
Ruff (ANN001):
mokapot/config.py#L14
mokapot/config.py:14:39: ANN001 Missing type annotation for function argument `indent`
|
Ruff (ANN001):
mokapot/config.py#L26
mokapot/config.py:26:24: ANN001 Missing type annotation for function argument `parser`
|
Ruff (ANN201):
mokapot/config.py#L35
mokapot/config.py:35:9: ANN201 Missing return type annotation for public function `args`
|
Ruff (ANN204):
mokapot/config.py#L42
mokapot/config.py:42:9: ANN204 Missing return type annotation for special method `__getattr__`
|