diff --git a/pyproject.toml b/pyproject.toml index 2e7036002d..146d8f7104 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