Skip to content

feat (v2): Update so model_max_length updates max_seq_length for Sentence Transformers #34

feat (v2): Update so model_max_length updates max_seq_length for Sentence Transformers

feat (v2): Update so model_max_length updates max_seq_length for Sentence Transformers #34

name: run docstrings linting
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- "**.py"
jobs:
docstrings-linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Hatch
run: pip install hatch=="1.9.3"
- name: ruff docstrings linting
run: hatch run ruff check haystack