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