From 9ccd04a2c23d47b0a10ff7b591901114dae11e01 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:19:27 -0400 Subject: [PATCH] hopefully fixed pylint config file --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index a07743f..556a704 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,5 +1,5 @@ [MESSAGES CONTROL] disable= - missing-module-docstring, - missing-function-docstring, + missing-module-docstring, + missing-function-docstring, missing-class-docstring \ No newline at end of file