Skip to content

Bump black from 24.10.0 to 25.1.0 #187

Bump black from 24.10.0 to 25.1.0

Bump black from 24.10.0 to 25.1.0 #187

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