Ruff Docstrings

Open Beginner friendly
#45 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
85/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Quiet
Tech stack
python

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.

Description

documentation

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"
Dominant language
Python
Stars
4
Forks
1
Avg merge
2d 5h
Merged PRs (30d)
3

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from llnl/mada-tools

All issues in llnl/mada-tools

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.