Skip to content

[GSSoC 23'] Corrected the error caused by incorrectly arranging files in the directory. #57

[GSSoC 23'] Corrected the error caused by incorrectly arranging files in the directory.

[GSSoC 23'] Corrected the error caused by incorrectly arranging files in the directory. #57

Workflow file for this run

name: Linting with black
on: [push, pull_request]
jobs:
black-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable