Browse Source

Add some pylint ignore stuffs #pylint

Colin Powell 5 years ago
parent
commit
3f0dad505b
1 changed files with 1 additions and 1 deletions
  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