From ba1516c255f7167b696ca7f4c6db2846cf6bb046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 8 Aug 2022 04:41:11 +0200 Subject: work --- .pylintrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 85507dc..d5a8416 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,6 +1,11 @@ + [MESSAGES CONTROL] disable=consider-using-f-string, - missing-module-docstring + missing-module-docstring, + too-few-public-methods, # False positives for db.Model +ignored-classes=SQLAlchemy, + SQLObject, + scoped_session [FORMAT] -good-names=f,i +good-names=f,i,e -- cgit v1.2.3