You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're currently using darglint, which is a flake8 plugin that was archived 2½ years ago.
Our .pre-commit-config.yaml lists a pretty old ruff issue, but there seems to have been progress made in a more recent issue.
I'm not sure if the functionality in (DOC) is enough for us yet, but switching to the actively maintained pydoclint seems like another option worth exploring.
Extra
I'd really like if we can find something that allows for cutting down on the repetition mentioned in (#1943 (comment))
E.g. here I just wanted to add a one-liner for context, but instead need to repeat so much redundant information for darglint 😞
Issues
darglint
astral-sh/ruff#458pydoclint
astral-sh/ruff#12434Related
Description
We're currently using
darglint
, which is aflake8
plugin that was archived 2½ years ago.Our
.pre-commit-config.yaml
lists a pretty oldruff
issue, but there seems to have been progress made in a more recent issue.narwhals/.pre-commit-config.yaml
Lines 24 to 28 in f47ad1f
I'm not sure if the functionality in (
DOC
) is enough for us yet, but switching to the actively maintainedpydoclint
seems like another option worth exploring.Extra
I'd really like if we can find something that allows for cutting down on the repetition mentioned in (#1943 (comment))
E.g. here I just wanted to add a one-liner for context, but instead need to repeat so much redundant information for
darglint
😞narwhals/narwhals/utils.py
Lines 1658 to 1667 in f47ad1f
The text was updated successfully, but these errors were encountered: