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
Enable DOC201 check and fix existing violations (#203)
* Add docstring check for DOC201
Added check to pyproject.toml, and fixed 46 docstrings where DOC201 was flagged.
Implements: #159
* Update pyproject to pass pre-commit.
Previous change for #159 added `preview = true` to pyproject.toml, which added unstable preview rules.
Fixed this by adding `explicit-preview-rules = true`.
* Update pyproject.toml to move explicit-preview-rules to ruff.lint.
---------
Co-authored-by: Hamza Sardar <[email protected]>
0 commit comments