diff options
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 |