Skip to content

Rename 'Force Tags' to 'Test Tags' in Settings section (#101) #56

Rename 'Force Tags' to 'Test Tags' in Settings section (#101)

Rename 'Force Tags' to 'Test Tags' in Settings section (#101) #56

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