diff --git a/.pylintrc b/.pylintrc index cccd319..fc4c065 100644 --- a/.pylintrc +++ b/.pylintrc @@ -1,3 +1,3 @@ [MASTER] init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))" -disable=C0301,C0116,W0718 \ No newline at end of file +disable=C0301,C0114,C0115,C0116,W0718 \ No newline at end of file