From 89d23d4cf326003b7b345e405ca08c70362c02ec Mon Sep 17 00:00:00 2001 From: topscoder <86197446+topscoder@users.noreply.github.com> Date: Tue, 17 Aug 2021 07:21:18 +0200 Subject: [PATCH] indentation should be 4 spaces. not 2. --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index d1fb8f6..ca6e158 100644 --- a/.pylintrc +++ b/.pylintrc @@ -258,7 +258,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=200