Skip to content

fix: small error with HttpResponseBadRequest not actually being raise… #1133

fix: small error with HttpResponseBadRequest not actually being raise…

fix: small error with HttpResponseBadRequest not actually being raise… #1133

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
format-code:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: ". --safe"