diff -r 9d1e68d557bf -r 418777c1fbc7 .pylint --- a/.pylint Wed Oct 11 11:41:32 2017 +0300 +++ b/.pylint Wed Oct 11 11:54:55 2017 +0300 @@ -270,7 +270,7 @@ # (useful for modules/projects where namespaces are manipulated during runtime # and thus existing member attributes cannot be deduced by static analysis. It # supports qualified module names, as well as Unix pattern matching. -ignored-modules= +ignored-modules=_ctypes # List of class names for which member attributes should not be checked (useful # for classes with dynamically set attributes). This supports the use of