aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2021-12-30 11:03:57 +0300
committerFrederick Muriuki Muriithi2022-01-10 08:15:19 +0300
commit11f4639eed024d46355d790351a61f82a4928b09 (patch)
tree903b1bf2f94dde889edcf289e86c945cd81f2a28 /.pylintrc
parent389fe9fee11760d8d046983bf27c82c019fd6d97 (diff)
downloadgenenetwork3-11f4639eed024d46355d790351a61f82a4928b09.tar.gz
Silence `duplicate-code` linting notifications
Diffstat (limited to '.pylintrc')
-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