disable pylint warning about unknown attributes - there are just too many of them...
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 31 Aug 2013 15:00:52 +0000 (17:00 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 31 Aug 2013 15:00:52 +0000 (17:00 +0200)
pylintrc

index 4cd78cf..403ba1d 100644 (file)
--- a/pylintrc
+++ b/pylintrc
@@ -33,7 +33,7 @@ load-plugins=
 # can either give multiple identifier separated by comma (,) or put this option
 # multiple time (only on the command line, not in the configuration file where
 # it should appear only once).
-#disable=
+disable=E1101
 
 
 [REPORTS]