Skip to content

Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehe… #22

Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehe…

Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehe… #22

Workflow file for this run

# GitHub actions workflow.
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Format
on:
push:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: psf/black@stable