issues Search Results · repo:PyCQA/pydocstyle language:Python
Filter by
338 results
(87 ms)338 results
inPyCQA/pydocstyle (press backspace or delete to remove)This is similar to #459, but my bug seems to be even simpler because it doesn t require the presence of extra sections.
I launch
pydocstyle script.py --convention=google --add-ignore=D100
on
# script.py ...
Alexander-Serov
- Opened on Oct 2, 2023
- #655
Google convention specifies docstring sections to be formatted as
Returns:
The return value. True for success, False otherwise.
but pydocstyle doesn t report an error if section is formatted as
...
ziima
- Opened on Sep 21, 2023
- #654
Fedora s next release will ship with Python3.12. Rebuilding pydocstyle saw two tests failing:
=================================== FAILURES ===================================
_____________________________ ...
penguinpee
- 1
- Opened on Sep 2, 2023
- #652
When using google convention with keyword args pydocstyle raises false positive D417 if no return is included.
def my_function(a, *, b):
Print the sum of the two values.
This docstring causes ...
PDL213
- Opened on Aug 27, 2023
- #651
The Subject pretty much says it, but here s supporting detail:
$ pydocstyle lld below cmd output started 2023 Wed Aug 09 08:43:44 AM PDT above cmd output done 2023 Wed Aug 09 08:43:44
AM PDT dstromberg@usbopl-vdi001:~/src/experiments/lock-leak-detect ...
dstromberg
- Opened on Aug 9, 2023
- #649
Looks like version in pyproject.toml is incorrect.
https://github.com/PyCQA/pydocstyle/blob/07f6707e2c5612960347f7c00125620457f490a7/pyproject.toml#L3
wuch-g2v
- 2
- Opened on Jul 4, 2023
- #647
Fedora is rebuilding all Python packages for the upcoming Python 3.12 upgrade in Fedora 39.
Pydocstyle s test suite is run as part of the RPM build process and there are 2 failures (which were not present ...
tjanez
- 2
- Opened on Jul 4, 2023
- #646
Currently D104 (Missing docstring in public package) applies even to empty files. __init__.py are often empty and if
they are, it would be great to not report an error for them, while still enforcing this ...
Zeckie
- 1
- Opened on Jun 22, 2023
- #645
Reading this, I wouldn t think so; it seems to imply that nothing should be defined in that file and then imported
elsewhere. Yet, pydocstyle will give me such errors as D100: Missing docstring in public ...
CobaltCause
- Opened on May 18, 2023
- #644

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.