From 54847b2a699a9a3addd2ad99dfb347d300d0babc Mon Sep 17 00:00:00 2001 From: RobinGeens Date: Wed, 15 May 2024 14:46:27 +0200 Subject: [PATCH] edit .pylintrc indentation from 2 to 4 --- .github/workflows/.pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.pylintrc b/.github/workflows/.pylintrc index 24bc5cf1..0529b013 100644 --- a/.github/workflows/.pylintrc +++ b/.github/workflows/.pylintrc @@ -259,7 +259,7 @@ max-module-lines=99999 # spaces. Google's externaly-published style guide says 4, consistent with # PEP 8. Here, we use 2 spaces, for conformity with many open-sourced Google # projects (like TensorFlow). -indent-string=' ' +indent-string=' ' # Number of spaces of indent required inside a hanging or continued line. indent-after-paren=4