diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-06 11:58:16 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-06 11:58:16 -0700 |
commit | 99885b458ad505ebb63b3e7cf5b1bae3dd2a459e (patch) | |
tree | de3fbb3e42b0bb7f6e447d2e13ac3f92a8bb90b2 /python/.pylintrc | |
parent | 950d3f08bd439aed92d01dbc3cca9747570aa82c (diff) | |
parent | 56e4ce2d8347cdfedd492d54fde080772f3d8725 (diff) | |
download | fatcat-99885b458ad505ebb63b3e7cf5b1bae3dd2a459e.tar.gz fatcat-99885b458ad505ebb63b3e7cf5b1bae3dd2a459e.zip |
Merge branch 'bnewbold-refs-apis'
Diffstat (limited to 'python/.pylintrc')
-rw-r--r-- | python/.pylintrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/.pylintrc b/python/.pylintrc index d3003620..5fc310a8 100644 --- a/python/.pylintrc +++ b/python/.pylintrc @@ -14,3 +14,5 @@ notes=FIXME,XXX,DELETEME ignored-modules=responses # FileEntityForm' has no 'data' member (no-member) (etc) generated-members=data,errors +# No name 'BaseModel' in module 'pydantic' (no-name-in-module) (etc) +extension-pkg-allow-list=pydantic |