fmt
This commit is contained in:
@@ -46,6 +46,11 @@ ignore = []
|
||||
line-length = 120
|
||||
target-version = "py312"
|
||||
|
||||
[tool.ruff.format]
|
||||
# Prefer single quotes over double quotes.
|
||||
quote-style = "single"
|
||||
skip-magic-trailing-comma = true
|
||||
|
||||
[tool.pyright]
|
||||
venvPath = "."
|
||||
venv = ".venv"
|
||||
|
Reference in New Issue
Block a user