Skip to content

fix(doc/README.md): Remove Copy engine references (#1978) #934

fix(doc/README.md): Remove Copy engine references (#1978)

fix(doc/README.md): Remove Copy engine references (#1978) #934

Workflow file for this run

name: Lint Python
on:
push:
branches:
- master
pull_request:
jobs:
black:
runs-on: ubuntu-latest
container: python
steps:
- run: pip install black
- uses: actions/checkout@v4
- run: black --check --target-version py310 .