pydocstyle reports 24 missing docstrings
Open
bug
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
$ python -m pydocstyle --count --select=D1 --add-ignore=D105 .
...
24
```
Contributor guide
Research direction
Start by running `python -m pydocstyle --count --select=D1 --add-ignore=D105 .` to identify the 24 missing docstrings. Review the reported locations and add the required documentation, then rerun the same command so the missing-docstring count is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100