Skip to content

Promote the fork - Add maintainers, update documentation, add license note, fix lint #22

Promote the fork - Add maintainers, update documentation, add license note, fix lint

Promote the fork - Add maintainers, update documentation, add license note, fix lint #22

Workflow file for this run

name: Linters (flake8, black, isort)
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.0
- uses: pre-commit/action@v3.0.0