From 2a9875f154898e6288d811d3ef790a91f659b29d Mon Sep 17 00:00:00 2001 From: AndrewKorzh <92707967+AndrewKorzh@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:43:29 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 70ddf73..d52bbf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [tool.ruff] line-length = 88 fix = false +indent-width = 2 [tool.ruff.lint] select = ["F", "C", "W", "I"]