Skip to content

Change match_empty_frames to empty_is_annotated #10003

Change match_empty_frames to empty_is_annotated

Change match_empty_frames to empty_is_annotated #10003

Workflow file for this run

name: Black
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run checks
run: |
pipx install $(grep "^black" ./dev/requirements.txt)
echo "Black version: $(black --version)"
black --check --diff .