Skip to content

Bump the pip-dependencies group with 7 updates #341

Bump the pip-dependencies group with 7 updates

Bump the pip-dependencies group with 7 updates #341

Workflow file for this run

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