From e61b96657537516260193656210d1447777be561 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Mon, 12 May 2025 21:07:55 +1000 Subject: [PATCH] Ruff use tabs for formatting (#3458) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2e703600..146d8f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -179,6 +179,9 @@ target-version = "py312" builtins = ["_"] line-length = 160 +[tool.ruff.format] +indent-style = "tab" + [tool.ruff.lint] select = [ "ASYNC", # flake8-async