mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
chore(pyproject.toml): Add Ruff formatter config. (#5627)
This commit is contained in:
parent
b7d5849191
commit
f7234c93af
|
@ -61,6 +61,8 @@ ignore = [
|
|||
"F811", # redefined-while-unused
|
||||
]
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "single"
|
||||
|
||||
[tool.pytest_env]
|
||||
OPENAI_API_KEY = "sk-IamNotARealKeyJustForMockTestKawaiiiiiiiiii"
|
||||
|
|
Loading…
Reference in New Issue
Block a user