Skip to content

fix: split '... part of Expression' property in two #1

fix: split '... part of Expression' property in two

fix: split '... part of Expression' property in two #1

Workflow file for this run

# Run Black via Poetry on opened, synchronised, reopened pull requests.
name: Run Black code formatter
on:
pull_request:
paths:
- '**.py'
jobs:
black:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/poetry-black.yml@v0.3.5
with:
src: "."
options: "--check --diff --color"