diff options
author | Ben Caimano <ben.caimano@10gen.com> | 2018-09-06 14:25:12 -0400 |
---|---|---|
committer | Ben Caimano <ben.caimano@10gen.com> | 2018-09-28 11:07:18 -0400 |
commit | 7aff90a3b512f7184b83f7ad026cf22af10f4a7f (patch) | |
tree | d23f16add87ea90fc37049329dcd986f7d904350 /.pylintrc | |
parent | 6b7a01f1f8890210a0713c4755365483a1f0f2d9 (diff) | |
download | mongo-7aff90a3b512f7184b83f7ad026cf22af10f4a7f.tar.gz |
SERVER-36152 Update requirements.txt
This is the full upgrade and split of the majority of our pypa project
requirements.
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc index 7bd38008874..9784ddd8105 100644 --- a/.pylintrc +++ b/.pylintrc @@ -23,3 +23,6 @@ variable-rgx=[a-z_][a-z0-9_]{1,50}$ # W0611 - unused-import - typing module is needed for mypy disable=bad-continuation,fixme,import-error,line-too-long,no-member,locally-disabled,redefined-variable-type,too-few-public-methods,unused-import + +[IMPORTS] +known-third-party=boto3,botocore,psutil,yaml |