Skip to content

Bump gitpython from 3.1.32 to 3.1.35 #1433

Bump gitpython from 3.1.32 to 3.1.35

Bump gitpython from 3.1.32 to 3.1.35 #1433

Workflow file for this run

---
name: Python Lint
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@main