From 152b120af6ba50ce880e7962a790053d6d724480 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Apr 2019 20:35:31 -0700 Subject: work around pylint/responses error Known problem with reponses and dynamic functions. See also: https://github.com/getsentry/responses/issues/74 --- python/.pylintrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/.pylintrc b/python/.pylintrc index 2a7b9797..80e203d9 100644 --- a/python/.pylintrc +++ b/python/.pylintrc @@ -9,3 +9,6 @@ include-ids=yes [MISCELLANEOUS] # List of note tags to take in consideration, separated by a comma. notes=FIXME,XXX,DELETEME + +[TYPECHECK] +ignored-modules=responses -- cgit v1.2.3