diff --git a/.pylintrc b/.pylintrc index f8ad588..88b7d71 100644 --- a/.pylintrc +++ b/.pylintrc @@ -10,4 +10,7 @@ disable= max-line-length=120 [MISCELLANEOUS] -notes=FIXME \ No newline at end of file +notes=FIXME + +[MESSAGES CONTROL] +disable=duplicate-code \ No newline at end of file