ruff/crates/ruff_linter/resources/test/fixtures/pydoclint
Dan Parizher a6abd65c2c
[`pydoclint`] Fix false positive when Sphinx directives follow Raises section (`DOC502`) (#20535)
## Summary

Fixes #18959

---------

Co-authored-by: Brent Westbrook <brentrwestbrook@gmail.com>
2025-11-12 21:37:55 +00:00
..
DOC102_google.py [`pydoclint`] Implement `docstring-extraneous-parameter` (`DOC102`) (#20376) 2025-10-16 11:26:51 -04:00
DOC102_numpy.py [`pydoclint`] Support NumPy-style comma-separated parameters (`DOC102`) (#20972) 2025-11-12 08:29:23 +01:00
DOC201_google.py Fix typos found by codespell (#14863) 2024-12-09 09:32:12 +00:00
DOC201_numpy.py Fix typos found by codespell (#14863) 2024-12-09 09:32:12 +00:00
DOC202_google.py [`pydoclint`] Permit yielding `None` in DOC402 and DOC403 (#13148) 2024-09-01 02:03:39 +01: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`] Permit yielding `None` in DOC402 and DOC403 (#13148) 2024-09-01 02:03:39 +01:00
DOC402_numpy.py [`pydoclint`] Permit yielding `None` in DOC402 and DOC403 (#13148) 2024-09-01 02:03:39 +01:00
DOC403_google.py [`pydoclint`] Permit yielding `None` in DOC402 and DOC403 (#13148) 2024-09-01 02:03:39 +01:00
DOC403_numpy.py [`pydoclint`] Permit yielding `None` in DOC402 and DOC403 (#13148) 2024-09-01 02:03:39 +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`] Fix false positive when Sphinx directives follow Raises section (`DOC502`) (#20535) 2025-11-12 21:37:55 +00:00
DOC502_numpy.py [`pydoclint`] Fix false positive when Sphinx directives follow Raises section (`DOC502`) (#20535) 2025-11-12 21:37:55 +00:00