Ruff Docstrings
Open
Beginner friendly
Nobody has claimed this yet.
documentation
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 3
Description
Use Ruff for precommit Docstrings check.
In pyproject.toml add D for docstrings:
[tool.ruff.lint]
select = ["D", "DOC"]
[tool.ruff.lint.pydocstyle]
convention = "google"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open pyproject.toml and locate the existing Ruff or pre-commit configuration. Add the requested docstring checks using the Google convention, then run the pre-commit Ruff checks to confirm docstring linting is enabled and passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, tooling
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100