Skip to content

Bump certifi from 2020.12.5 to 2023.5.7 (#17) #36

Bump certifi from 2020.12.5 to 2023.5.7 (#17)

Bump certifi from 2020.12.5 to 2023.5.7 (#17) #36

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose --diff --exclude '/migrations'"
src: "./src"
version: "~= 23.0"