Skip to content

reducing the need to use sync_to_async on model forms #21

reducing the need to use sync_to_async on model forms

reducing the need to use sync_to_async on model forms #21

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"