Skip to content

42 add support for django 60x fix support for django 52x patches #176

42 add support for django 60x fix support for django 52x patches

42 add support for django 60x fix support for django 52x patches #176

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