You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run Ruff with the --isolated flag it won't read your config so you won't get the expected violations. That said, I'm not sure we support what you're looking for yet. I don't see a rule in the original pydocstyle to check for missing sections either. Related PyCQA/pydocstyle#626
Thanks for filing. Yeah, neither pydocstyle nor Ruff support this right now. We could, but we'd need to make it an opt-in setting. I think this is a duplicate of #2310.
ruff version:
ruff --version
ruff 0.0.284
Settings:
Test file:
ruff check --isolated t.py
Returns no Errors, but google style (https://google.github.io/styleguide/pyguide.html#383-functions-and-methods) asks for "Args" and "Returns" sections
The text was updated successfully, but these errors were encountered: