Skip to content

refact: Clarify belong_to_segment algorithm #128

refact: Clarify belong_to_segment algorithm

refact: Clarify belong_to_segment algorithm #128

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- name: Run pre-commit
run: |
pip install pre-commit
pre-commit run -a --show-diff-on-failure