Skip to content

Add tests and cleanup sum_of_subsets algorithm (#12746) #13172

Add tests and cleanup sum_of_subsets algorithm (#12746)

Add tests and cleanup sum_of_subsets algorithm (#12746) #13172

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- run: uvx ruff check --output-format=github .