From 8d2cb1ee0df06d6119f636b633438d00a6dbd890 Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Fri, 9 Aug 2024 15:53:10 -0700 Subject: [PATCH] Update to match pytest-ansible: https://github.com/ansible/pytest-ansible/pull/377/commits/b3d71f52c3940a49ded00c8bd060f1915f18f7d4 (#366) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ec76cc6..b296fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,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"