Skip to content

fix(option list): fix clicking separator changing selected option #3323

fix(option list): fix clicking separator changing selected option

fix(option list): fix clicking separator changing selected option #3323

Workflow file for this run

name: Black format check
on:
pull_request:
paths:
- '.github/workflows/black_format.yml'
- '**.py'
jobs:
black-format-check:
runs-on: "ubuntu-latest"
steps:
- uses: actions/[email protected]
- name: Set up Python 3.11
uses: actions/[email protected]
with:
python-version: 3.11
- name: Install black
run: python -m pip install black==24.1.1
- name: Run black
run: black --check src