Skip to content

Add zed

Add zed #777

Workflow file for this run

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