Skip to content

Fix dynamic_programming/longest_increasing_subsequence.py (#12517) #12341

Fix dynamic_programming/longest_increasing_subsequence.py (#12517)

Fix dynamic_programming/longest_increasing_subsequence.py (#12517) #12341

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@v5
- run: uvx ruff check --output-format=github .