Add formatting configuration for Ruff in pyproject.toml
This commit is contained in:
parent
468a122011
commit
c1fbf69fcf
1 changed files with 5 additions and 0 deletions
|
|
@ -11,3 +11,8 @@ dependencies = [
|
||||||
"azure-identity>=1.21.0",
|
"azure-identity>=1.21.0",
|
||||||
"graphiti-core",
|
"graphiti-core",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.ruff.format]
|
||||||
|
quote-style = "single"
|
||||||
|
indent-style = "space"
|
||||||
|
docstring-code-format = true
|
||||||
Loading…
Add table
Reference in a new issue