Skip to content

Bump certifi from 2022.12.7 to 2024.7.4 #198

Bump certifi from 2022.12.7 to 2024.7.4

Bump certifi from 2022.12.7 to 2024.7.4 #198

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: |
black --check --verbose .