Skip to content

Bump black from 24.4.2 to 24.8.0 #586

Bump black from 24.4.2 to 24.8.0

Bump black from 24.4.2 to 24.8.0 #586

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.7
with:
python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12"]'
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}