Skip to content

CI: black 24.3.0 -> 24.8.0 #526

CI: black 24.3.0 -> 24.8.0

CI: black 24.3.0 -> 24.8.0 #526

Workflow file for this run

# pre-commit workflow
#
# Ensures the codebase passes the pre-commit stack.
# We run this on GHA to catch issues in commits from contributors who haven't
# set up pre-commit.
name: pre-commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: pip
- uses: pre-commit/[email protected]