diff options
-rw-r--r-- | .pylintrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc index 2753c79..0b11d24 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,4 +7,7 @@ ignore-imports=yes disable= fixme, duplicate-code, - no-else-return \ No newline at end of file + no-else-return + +load-plugins= + pylint.extensions.no_self_use \ No newline at end of file |