ruff/crates/ruff_linter/resources/test/fixtures/pydoclint
augustelalande 0ce0aa82f7 implement doc101 2025-10-25 17:19:55 -04:00
..
DOC101_google.py implement doc101 2025-10-25 17:19:55 -04:00
DOC101_numpy.py implement doc101 2025-10-25 17:19:55 -04:00
DOC102_google.py [`pydoclint`] Implement `docstring-extraneous-parameter` (`DOC102`) (#20376) 2025-10-16 11:26:51 -04:00
DOC102_numpy.py Add missing docstring sections to the numpy list (#20931) 2025-10-24 17:19:30 -04: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 on explicit exception re-raising (`DOC501`, `DOC502`) (#21011) 2025-10-24 16:54:09 -04:00
DOC502_numpy.py [`pydoclint`] Teach rules to understand reraised exceptions as being explicitly raised (#12639) 2024-08-02 22:47:22 +01:00