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