Skip to content

Rename 'Force Tags' to 'Test Tags' in Settings section #55

Rename 'Force Tags' to 'Test Tags' in Settings section

Rename 'Force Tags' to 'Test Tags' in Settings section #55

Workflow file for this run

# Enforce Black formatting for Python code
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