Skip to content

Bump black from 24.8.0 to 25.1.0 #327

Bump black from 24.8.0 to 25.1.0

Bump black from 24.8.0 to 25.1.0 #327

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
precommit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up latest Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run pre-commit hooks
uses: pre-commit/[email protected]