Skip to content

Add black and use on each test run #117

Add black and use on each test run

Add black and use on each test run #117

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
name: Running tests.
uses: tktech/python-standard/.github/workflows/test.yml@v1
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", pypy3.9]
with:
use_poetry: true
use_sphinx: true
use_black: true
python_version: ${{ matrix.python-version }}