From 8fd7089b7bb5ebce29d96bf4d8a21c0ca2e3c212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rgen=20Hock?= Date: Sun, 24 Mar 2024 16:17:28 +0100 Subject: [PATCH] Disable wip pylint warnings --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .pylintrc diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..27c6480 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,2 @@ +[MESSAGES CONTROL] +disable=missing-module-docstring,missing-function-docstring,too-many-arguments,line-too-long