[`ruff`] Respect `lint.pydocstyle.property-decorators` in `RUF066` (#22515)
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`