ruff/crates/ruff_linter/resources/test/fixtures/pydoclint
Charlie Marsh 1f51048fa4
Don't enforce returns and yields in abstract methods (#12771)
## Summary

Closes https://github.com/astral-sh/ruff/issues/12685.
2024-08-09 13:34:14 +00:00
..
DOC201_google.py Don't enforce returns and yields in abstract methods (#12771) 2024-08-09 13:34:14 +00:00
DOC201_numpy.py Don't enforce returns and yields in abstract methods (#12771) 2024-08-09 13:34:14 +00:00
DOC202_google.py Don't enforce returns and yields in abstract methods (#12771) 2024-08-09 13:34:14 +00:00
DOC202_numpy.py Don't enforce returns and yields in abstract methods (#12771) 2024-08-09 13:34:14 +00:00
DOC402_google.py [`pydoclint`] Consider `DOC201` satisfied if docstring begins with "Returns" (#12675) 2024-08-06 06:46:38 +00:00
DOC402_numpy.py [`pydoclint`] Add `docstring-missing-yields` amd `docstring-extraneous-yields` (`DOC402`, `DOC403`) (#12538) 2024-08-02 17:55:42 +01:00
DOC403_google.py [`pydoclint`] Add `docstring-missing-yields` amd `docstring-extraneous-yields` (`DOC402`, `DOC403`) (#12538) 2024-08-02 17:55:42 +01:00
DOC403_numpy.py [`pydoclint`] Add `docstring-missing-yields` amd `docstring-extraneous-yields` (`DOC402`, `DOC403`) (#12538) 2024-08-02 17:55:42 +01:00
DOC501.py Try both 'Raises' section styles when convention is unspecified (#12649) 2024-08-02 21:04:46 -04:00
DOC501_google.py [`pydoclint`] Deduplicate collected exceptions after traversing function bodies (#12642) 2024-08-02 23:17:06 +01:00
DOC501_numpy.py [`pydoclint`] Deduplicate collected exceptions after traversing function bodies (#12642) 2024-08-02 23:17:06 +01:00
DOC502_google.py [`pydoclint`] Teach rules to understand reraised exceptions as being explicitly raised (#12639) 2024-08-02 22:47:22 +01:00
DOC502_numpy.py [`pydoclint`] Teach rules to understand reraised exceptions as being explicitly raised (#12639) 2024-08-02 22:47:22 +01:00