diff options
| -rw-r--r-- | python/.pylintrc | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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 | 
