Skip to content

Merge commit 'b594b8ca6fdc68ab93b7bf0a439fcc5af49c7b7b' of https://gi… #12

Merge commit 'b594b8ca6fdc68ab93b7bf0a439fcc5af49c7b7b' of https://gi…

Merge commit 'b594b8ca6fdc68ab93b7bf0a439fcc5af49c7b7b' of https://gi… #12

Workflow file for this run

# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Black Lint
on: [push, pull_request]
jobs:
black-lint:
permissions: {} # Remove all permissions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@23.12.1