소스 검색

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
+