Skip to content

Bump certifi from 2023.7.22 to 2024.7.4 #77

Bump certifi from 2023.7.22 to 2024.7.4

Bump certifi from 2023.7.22 to 2024.7.4 #77

Workflow file for this run

name: format
on: [ pull_request ]
jobs:
run-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup-env
with:
python-version: "3.11"
- name: run black
run: |
black --check .