mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-22 04:28:33 +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
|
"F811", # redefined-while-unused
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.ruff.format]
|
||||||
|
quote-style = "single"
|
||||||
|
|
||||||
[tool.pytest_env]
|
[tool.pytest_env]
|
||||||
OPENAI_API_KEY = "sk-IamNotARealKeyJustForMockTestKawaiiiiiiiiii"
|
OPENAI_API_KEY = "sk-IamNotARealKeyJustForMockTestKawaiiiiiiiiii"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user