Skip to content

Import polygeist affine simplifications #2764

Import polygeist affine simplifications

Import polygeist affine simplifications #2764

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@v4
- uses: psf/black@stable
with:
options: "--check --verbose"