aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..2753c79
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,10 @@
+[SIMILARITIES]
+
+ignore-imports=yes
+
+[MESSAGES CONTROL]
+
+disable=
+ fixme,
+ duplicate-code,
+ no-else-return \ No newline at end of file