diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,7 +40,8 @@ disable=locally-disabled, too-many-branches, too-many-statements, too-few-public-methods, - bad-builtin + bad-builtin, + import-outside-toplevel [BASIC] function-rgx=[a-z_][a-z0-9_]{2,50}$ |