Skip to content

42 add support for django 60x fix support for django 52x patches (#43) #180

42 add support for django 60x fix support for django 52x patches (#43)

42 add support for django 60x fix support for django 52x patches (#43) #180

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
use_pyproject: true