Skip to content

scubainit: Restore the default SIGPIPE action #261

scubainit: Restore the default SIGPIPE action

scubainit: Restore the default SIGPIPE action #261

Workflow file for this run

# Enforce code formatting with Black
# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Blacken
on: [push, pull_request]
jobs:
blacken:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --color --diff"
src: "."
version: "~= 23.0" # Must match requirements.txt