Skip to content

address some pylint concerns #221

address some pylint concerns

address some pylint concerns #221

Workflow file for this run

# This workflow enforces code style with black on each push and pull request
# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable