From bf671d2080e4471c8643ff19957e0fbd51244d2b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 10 Nov 2021 16:24:44 -0800 Subject: pylint: ignore pydantic error --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.pylintrc') 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 -- cgit v1.2.3