Skip to content

Commit e61b966

Browse files
authored
Ruff use tabs for formatting (#3458)
1 parent e18c00c commit e61b966

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ target-version = "py312"
179179
builtins = ["_"]
180180
line-length = 160
181181

182+
[tool.ruff.format]
183+
indent-style = "tab"
184+
182185
[tool.ruff.lint]
183186
select = [
184187
"ASYNC", # flake8-async

0 commit comments

Comments
 (0)