Skip to content

Bump black from 22.3.0 to 24.3.0 #181

Bump black from 22.3.0 to 24.3.0

Bump black from 22.3.0 to 24.3.0 #181

Workflow file for this run

name: Lint
on:
push:
branches: develop
pull_request:
branches: develop
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run pre-commit
uses: pre-commit/[email protected]