From c6a87dff126b74bbf43e4edf10831ec620fa585b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Mon, 22 Jul 2024 16:09:51 +0000 Subject: [PATCH] suppress docstring warnings --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .pylintrc diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..7cc420b --- /dev/null +++ b/.pylintrc @@ -0,0 +1,2 @@ +[MASTER] +disable=C0114, C0115, C0116 \ No newline at end of file