From d06a34e73f61647716e5088f3d89718f3973c556 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sun, 29 Mar 2020 13:13:20 +0000
Subject: .pylintrc: disable more stupid warnings

---
 .pylintrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pylintrc b/.pylintrc
index bccfc70..c4c2cd6 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,3 +1,3 @@
 [MESSAGES CONTROL]
 
-disable=invalid-name,missing-docstring
+disable=invalid-name,missing-docstring,too-few-public-methods,too-many-arguments,too-many-instance-attributes
-- 
cgit v1.2.3