aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
index 80e203d..c63eee6 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -12,3 +12,5 @@ notes=FIXME,XXX,DELETEME
[TYPECHECK]
ignored-modules=responses
+# No name 'BaseModel' in module 'pydantic' (no-name-in-module) (etc)
+extension-pkg-allow-list=pydantic