From 6e63e461ce53913ccf407902aaabe82a1929a5e9 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 11 Feb 2025 17:04:14 -0500 Subject: [PATCH] docs: reflect actual number of spaces for indent For what I see, it's all 4 spaces (as it should be for pep8[1]). [1] https://peps.python.org/pep-0008/#indentation --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92939b47a..8028c194e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,7 +98,8 @@ $ uv sync ``` ## Coding Style -* 2 spaces for indentation rather than tabs + +* 4 spaces for indentation rather than tabs * 80 character line length * ...