aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc9
1 files changed, 7 insertions, 2 deletions
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