Skip to content

[Feature] Replace darglint with pylint.extension.docsparam #155

@saroad2

Description

@saroad2

Is your feature request related to a problem? Please describe.
In order to make sure we document all parameters, we have used Darglint in the default template.
In the meanwhile, Pylint's docparams extension have matured enough to be used to check documentation of arguments and can replce the usage of Darglint.

Describe the solution you'd like
We need to wait for the following PRs to be resolved:

Once those are resolved we can switch from Darglint to Pylint

Describe alternatives you've considered
Keep using Darglint.
While I do appreciate the tool of Darglint, I think that leaning toward fewer checkers is the right way to go.
Pylint is very well received in the Python community and is frequently updated, while Darglint haven't been updated for few months now and is maintained by a single developer.

Additional context
Not relevant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions