Ruff use tabs for formatting (#3458)
This commit is contained in:
parent
e18c00c4d9
commit
e61b966575
|
|
@ -179,6 +179,9 @@ target-version = "py312"
|
|||
builtins = ["_"]
|
||||
line-length = 160
|
||||
|
||||
[tool.ruff.format]
|
||||
indent-style = "tab"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"ASYNC", # flake8-async
|
||||
|
|
|
|||
Loading…
Reference in New Issue