Browse Source

Add some pylint ignore stuffs #pylint

Colin Powell 5 năm trước cách đây
mục cha
commit
3f0dad505b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      python/.pylintrc

+ 1 - 1
python/.pylintrc

@@ -1,3 +1,3 @@
 [MESSAGES CONTROL]
-disable=E0202,E1101
+disable=E0202,E1101,E0401,C0111,C0103
 max-line-length=120