Skip to content

Remove the extra backslash #104

Remove the extra backslash

Remove the extra backslash #104

Workflow file for this run

name: black
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable