diff options
author | Frederick Muriuki Muriithi | 2021-12-30 11:03:57 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-01-10 08:15:19 +0300 |
commit | 11f4639eed024d46355d790351a61f82a4928b09 (patch) | |
tree | 903b1bf2f94dde889edcf289e86c945cd81f2a28 /.pylintrc | |
parent | 389fe9fee11760d8d046983bf27c82c019fd6d97 (diff) | |
download | genenetwork3-11f4639eed024d46355d790351a61f82a4928b09.tar.gz |
Silence `duplicate-code` linting notifications
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |