Skip to content

Bump black from 23.12.0 to 23.12.1 #87

Bump black from 23.12.0 to 23.12.1

Bump black from 23.12.0 to 23.12.1 #87

Workflow file for this run

name: Run quality checks
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install --user --upgrade nox
- run: nox -s lint
sort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install --user --upgrade nox
- run: nox -s sort
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install --user --upgrade nox
- run: nox -s format