diff options
Diffstat (limited to 'pylint.rc')
-rw-r--r-- | pylint.rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -384,6 +384,8 @@ max-statements=50 # Minimum number of public methods for a class (see R0903). min-public-methods=0 +[ELIF] +max-nested-blocks=6 [IMPORTS] |