Skip to content

Bump black from 23.9.1 to 23.11.0 #44

Bump black from 23.9.1 to 23.11.0

Bump black from 23.9.1 to 23.11.0 #44

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu, windows ]
name: ${{ matrix.python-version }} ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Nox
run: pip install nox
- name: Run Nox
run: nox