diff --git a/pyproject.toml b/pyproject.toml index 871ee95..33894e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,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"