Skip to content

Commit b3d71f5

Browse files
committed
Require private class attributes to be documented
They are already documented, so no point in failing on them now.
1 parent c42573e commit b3d71f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ arg-type-hints-in-docstring = false
7373
baseline = ".config/pydoclint-baseline.txt"
7474
check-return-types = false
7575
exclude = '\.git|\.tox|build|out|venv'
76+
should-document-private-class-attributes = true
7677
show-filenames-in-every-violation-message = true
7778
skip-checking-short-docstrings = false
7879
style = "google"

0 commit comments

Comments
 (0)