Skip to content

Bump the pip group with 2 updates #447

Bump the pip group with 2 updates

Bump the pip group with 2 updates #447

Workflow file for this run

name: Format-and-Fail
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: pre-commit/action@v3.0.0