diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ disable=print-statement, exception-escape, no-else-return, consider-using-enumerate, + redefined-outer-name, comprehension-escape # Enable the message, report, category or checker with the given id(s). You can |