Skip to content

Fix: corrected the file name __init__.py #311

Fix: corrected the file name __init__.py

Fix: corrected the file name __init__.py #311

Workflow file for this run

name: Linting
on: [push]
jobs:
black:
runs-on: ubuntu-latest
name: Black linting
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check"
src: "."