Skip to content

Bump gitpython from 3.1.32 to 3.1.41 in /docs (#73) #214

Bump gitpython from 3.1.32 to 3.1.41 in /docs (#73)

Bump gitpython from 3.1.32 to 3.1.41 in /docs (#73) #214

Workflow file for this run

name: Lint with Black
on:
push:
branches: main
pull_request:
branches: '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "22.8.0"