Skip to content

move black config to pre-commit config #3

move black config to pre-commit config

move black config to pre-commit config #3

Workflow file for this run

---
name: Pre Commit
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
pre-commit:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: "3.13"
cache: "pip"
- uses: pre-commit/action@v3.0.1