chore(pyproject.toml): Add Ruff formatter config. (#5627)

This commit is contained in:
-LAN- 2024-06-26 16:30:28 +08:00 committed by GitHub
parent b7d5849191
commit f7234c93af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,8 @@ ignore = [
"F811", # redefined-while-unused
]
[tool.ruff.format]
quote-style = "single"
[tool.pytest_env]
OPENAI_API_KEY = "sk-IamNotARealKeyJustForMockTestKawaiiiiiiiiii"