From 0386073d7c298a2bd159fc2c59d08689557e9224 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Wed, 26 Jun 2024 11:36:47 -0500 Subject: [PATCH] Fixed pydoclint configuration. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5c298970..c11136bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -252,3 +252,4 @@ require-return-section-when-returning-nothing = false arg-type-hints-in-docstring = false check-return-types = false quiet = true +check-class-attributes = false