Skip to content

feat: update lc problems #4244

feat: update lc problems

feat: update lc problems #4244

Workflow file for this run

name: black-linter
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jpetrucciani/black-check@24.2.0
with:
black_flags: '-S'