Skip to content

Bump black from 20.8b1 to 24.3.0 #78

Bump black from 20.8b1 to 24.3.0

Bump black from 20.8b1 to 24.3.0 #78

Workflow file for this run

# .github/workflows/tests.yml
name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9']
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox
- run: pip install poetry
- run: nox