diff --git a/.pylintrc b/.pylintrc index 60bdfd4c0..00878f728 100644 --- a/.pylintrc +++ b/.pylintrc @@ -322,7 +322,7 @@ indent-after-paren=4 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # tab). -indent-string=' ' +indent-string=' ' # Maximum number of characters on a single line. max-line-length=100 @@ -581,8 +581,5 @@ min-public-methods=2 overgeneral-exceptions=BaseException, Exception -# String used as indentation unit. We differ from PEP8's normal 4 spaces. -indent-string=' ' - # Maximum number of characters on a single line. max-line-length=80 \ No newline at end of file