Skip to content

Bump black from 20.8b1 to 24.3.0 #798

Bump black from 20.8b1 to 24.3.0

Bump black from 20.8b1 to 24.3.0 #798

Workflow file for this run

name: Check formatting
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install requirements
run: |
pip install -r requirements-dev.txt
- name: Run linters
run: |
make lint-checks