Skip to content

Bump django from 5.0 to 5.0.2 #1454

Bump django from 5.0 to 5.0.2

Bump django from 5.0 to 5.0.2 #1454

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"