Skip to content

feat: gather of scatter simplify #4117

feat: gather of scatter simplify

feat: gather of scatter simplify #4117

Workflow file for this run

name: Python-Black
on:
push:
paths:
- '.github/workflows/python_format.yml'
- '**/*.py'
pull_request:
paths:
- '.github/workflows/python_format.yml'
- '**/*.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable
with:
options: "--check --verbose"