Sfoglia il codice sorgente

Fixes silly issues with pylint and twisted reactor.

Steve Thielemann 5 anni fa
parent
commit
ca78bcccfa
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      pylintrc

+ 6 - 0
pylintrc

@@ -0,0 +1,6 @@
+
+# list of class names for which member attributes should not be checked
+# (useful for classes with attributes dynamically set)
+
+ignored-classes=twisted.internet.reactor,ReaderWriterBase
+