Skip to content

Fixed warning for complex perm #177

Fixed warning for complex perm

Fixed warning for complex perm #177

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
src: "./pyeit"
version: "22.3"