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

pull/5634/head
-LAN- 2 years ago committed by GitHub
parent b7d5849191
commit f7234c93af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save