Skip to content

Bump black from 22.12.0 to 24.10.0 #159

Bump black from 22.12.0 to 24.10.0

Bump black from 22.12.0 to 24.10.0 #159

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.9"