Support OPENAI_BASE_URL routing and JSON parsing #317
ci-python.yml
on: pull_request
Lint Python Code Base with Ruff
11s
Pixi-Locked Test
0s
Matrix: Python Integration Tests (Pixi)
Matrix: Python tests (Tox)
Matrix: Python Unit Tests (Pixi)
Annotations
2 errors
|
Lint Python Code Base with Ruff
The process '/opt/hostedtoolcache/ruff/0.15.15/x86_64/ruff' failed with exit code 1
|
|
ruff (PLR6201):
compass/utilities/parsing.py#L131
compass/utilities/parsing.py:131:30: PLR6201 Use a set literal when testing for membership
help: Convert to `set`
|