diff --git a/pylintrc b/pylintrc
index f6ace0e4f24ed904a70fb583da20f2240fa44de9..c877eaf5a424ddcd2acc1f2a1533080b292198bd 100644
--- a/pylintrc
+++ b/pylintrc
@@ -140,7 +140,7 @@ ignore-mixin-members=yes
 # List of class names for which member attributes should not be checked (useful
 # for classes with dynamically set attributes). This supports the use of
 # qualified names.
-ignored-classes=optparse.Values,thread._local,_thread._local
+ignored-classes=optparse.Values,thread._local,_thread._local,gi.repository.GLib.Error
 
 # List of module names for which member attributes should not be checked
 # (useful for modules/projects where namespaces are manipulated during runtime