Skip to content

Bump gitpython from 3.1.31 to 3.1.32 #547

Bump gitpython from 3.1.31 to 3.1.32

Bump gitpython from 3.1.31 to 3.1.32 #547

Workflow file for this run

# https://github.com/pre-commit/action
name: "pre-commit"
on:
push:
branches:
- main
pull_request: ~
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
name: Checkout
- uses: pre-commit/[email protected]
name: Run pre-commit checks