Skip to content

increase gunicorn timeout #33

increase gunicorn timeout

increase gunicorn timeout #33

Workflow file for this run

name: Black
on: push
jobs:
black:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
options: ". --check"
version: "25.9.0"