mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 05:51:03 -05:00
Resolves #22216. This diff makes `RUF066` (`property-without-return`) respect the `lint.pydocstyle.property-decorators` setting. `RUF066` is now consistent with other rules that check for property methods like `PLR0206`, `D401`, `PLR6301`, and `DOC201`