Skip to content

Bump djangorestframework from 3.13.1 to 3.15.2 in /src/requirements #217

Bump djangorestframework from 3.13.1 to 3.15.2 in /src/requirements

Bump djangorestframework from 3.13.1 to 3.15.2 in /src/requirements #217

Workflow file for this run

name: linter
on: [pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10.4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black==22.10.0
- name: Black check
run: |
black --check .