llnl / llnl/mada-tools

Ruff Docstrings

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

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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.