瀏覽代碼

Fixes silly issues with pylint and twisted reactor.

Steve Thielemann 5 年之前
父節點
當前提交
ca78bcccfa
共有 1 個文件被更改,包括 6 次插入0 次删除
  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
+