Skip to content

Commit

Permalink
Require private class attributes to be documented
Browse files Browse the repository at this point in the history
They are already documented, so no point in failing on them now.
  • Loading branch information
Qalthos committed Aug 8, 2024
1 parent c42573e commit b3d71f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ arg-type-hints-in-docstring = false
baseline = ".config/pydoclint-baseline.txt"
check-return-types = false
exclude = '\.git|\.tox|build|out|venv'
should-document-private-class-attributes = true
show-filenames-in-every-violation-message = true
skip-checking-short-docstrings = false
style = "google"
Expand Down

0 comments on commit b3d71f5

Please sign in to comment.