diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc index 0bdef23..de3f51a 100644 --- a/.pylintrc +++ b/.pylintrc @@ -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 |