Skip to content

Bump the pip-minor-and-patch group in /src with 5 updates #92

Bump the pip-minor-and-patch group in /src with 5 updates

Bump the pip-minor-and-patch group in /src with 5 updates #92

Workflow file for this run

name: pre-commit
on:
push:
branches:
- features/**
pull_request:
branches:
- main
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11' # matches what .pre-commit-config.yaml has
- uses: pre-commit/[email protected]