Skip to content

test_coverage: fix formatting of --ignore-filename-regex #10

test_coverage: fix formatting of --ignore-filename-regex

test_coverage: fix formatting of --ignore-filename-regex #10

Workflow file for this run

on:
push:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install black
run: pip install black
- name: Run black
run: black . --check