diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ [SIMILARITIES] -ignore-imports=yes
\ No newline at end of file +ignore-imports=yes + +[MESSAGES CONTROL] + +disable= + fixme, + duplicate-code
\ No newline at end of file |