about summary refs log tree commit diff
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 0bdef23..de3f51a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,3 +1,9 @@
 [SIMILARITIES]
 
-ignore-imports=yes
\ No newline at end of file
+ignore-imports=yes
+
+[MESSAGES CONTROL]
+
+disable=
+	fixme,
+	duplicate-code
\ No newline at end of file