Skip to content

precommit check fails without none type check in embeddings assignment #106

precommit check fails without none type check in embeddings assignment

precommit check fails without none type check in embeddings assignment #106

Workflow file for this run

name: Ruff
on:
pull_request:
push:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1