Ruff use tabs for formatting (#3458)

This commit is contained in:
Daniel Girtler 2025-05-12 21:07:55 +10:00 committed by GitHub
parent e18c00c4d9
commit e61b966575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@ target-version = "py312"
builtins = ["_"]
line-length = 160
[tool.ruff.format]
indent-style = "tab"
[tool.ruff.lint]
select = [
"ASYNC", # flake8-async