.pylint
changeset 1869 49cdd843c006
parent 1867 418777c1fbc7
child 1872 866fb3ab8778
--- a/.pylint	Wed Oct 11 13:15:21 2017 +0300
+++ b/.pylint	Wed Oct 11 13:55:56 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=_ctypes
+ignored-modules=_ctypes,_winreg,winreg,django.core.serializers,__pyjamas__,gluon.contrib.simplejson
 
 # List of class names for which member attributes should not be checked (useful
 # for classes with dynamically set attributes). This supports the use of