Skip to content

Bump certifi from 2022.9.24 to 2023.7.22 #230

Bump certifi from 2022.9.24 to 2023.7.22

Bump certifi from 2022.9.24 to 2023.7.22 #230

Workflow file for this run

name: black-autoformat
on: [push, pull_request]
jobs:
black-autoformat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--safe --target-version py310"
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: autoformatted by black