Skip to content

Bump the pip-dependencies group with 5 updates #420

Bump the pip-dependencies group with 5 updates

Bump the pip-dependencies group with 5 updates #420

Workflow file for this run

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