beskep

Results 3 issues of beskep

command: `ruff check test.py` ruff version: `ruff 0.0.282` settings: `select = ['ALL']` example: ```python import polars as pl pldf = pl.DataFrame() pldf.pivot() # PD010 `.pivot_table` is preferred to `.pivot` or...

bug
type-inference

Adding stub file of `cm.py` would be very helpful for type checking and auto completing colormaps. ```python from matplotlib.colors import ListedColormap from pathlib import Path paths: list[Path] cmaps: dict[str, ListedColormap]...

This PR adds support for Powershell and Nushell of piper. I haven't worked with Lua before, so there may be some bugs, but please consider expanding shell support. Thank you!