From 50b4edcc2e90b8db4b566aa7b445b3432a08e01c Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Fri, 9 Aug 2024 15:47:09 -0700 Subject: [PATCH] Update to match pytest-ansible: https://github.com/ansible/pytest-ansible/pull/377/commits/b3d71f52c3940a49ded00c8bd060f1915f18f7d4 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"