Skip to content

chore: bump black from 21.12b0 to 24.3.0 #410

chore: bump black from 21.12b0 to 24.3.0

chore: bump black from 21.12b0 to 24.3.0 #410

Workflow file for this run

name: Test
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
pytest:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v3.0.0
- run: poetry install
- run: poetry run pytest