about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.pylintrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 00dd6cd..de3f51a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -4,4 +4,6 @@ ignore-imports=yes
 
 [MESSAGES CONTROL]
 
-disable=fixme
\ No newline at end of file
+disable=
+	fixme,
+	duplicate-code
\ No newline at end of file