Add some pylint ignore stuffs #pylint

This commit is contained in:
Colin Powell
2019-09-13 13:44:02 -04:00
parent 03c1fa09e0
commit 3f0dad505b

View File

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