From 3ec6bc37e617d271a1224930a423afa542bea74a Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Fri, 9 Aug 2024 16:02:23 -0700 Subject: [PATCH] chore: Update pyproject.toml (#4273) 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 786084ae7e..62197fcab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,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"