Add formatting configuration for Ruff in pyproject.toml

This commit is contained in:
dev-mirzabicer 2025-07-04 14:34:05 +03:00
parent 468a122011
commit c1fbf69fcf

View file

@ -11,3 +11,8 @@ dependencies = [
"azure-identity>=1.21.0",
"graphiti-core",
]
[tool.ruff.format]
quote-style = "single"
indent-style = "space"
docstring-code-format = true