This is to conform with our style guide. This setting was added in and becomes necessary with pylint 1.3.
Signed-off-by: Niklas Hambuechen <[email protected]> --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 7707163..51f9072 100644 --- a/pylintrc +++ b/pylintrc @@ -79,6 +79,7 @@ int-import-graph = max-line-length = 80 max-module-lines = 4500 indent-string = " " +indent-after-paren = 2 [MISCELLANEOUS] notes = FIXME,XXX,TODO -- 2.1.0.rc2.206.gedb03e5
