Jack Gerrits 306541e247 Fixup ruff config and inclusions (#495)
* add tests to ruff for core

* fmt

* lint

* lint fixes

* fixup more dirs

* dont include non python

* lint fixes

* lint fixes

* fix dir name

* dont relative include
2024-09-13 10:41:15 -04:00

12 lines
335 B
Python

skip_openai: bool = False
skip_redis: bool = False
skip_docker: bool = False
reason: str = "requested to skip"
MOCK_OPEN_AI_API_KEY: str = "sk-mockopenaiAPIkeyinexpectedformatfortestingonly"
MOCK_CHAT_COMPLETION_KWARGS: str = """
{
"api_key": "sk-mockopenaiAPIkeyinexpectedformatfortestingonly",
"model": "gpt-4o-2024-05-13"
}
"""