Skip to content

Bump black from 21.6b0 to 24.3.0 #10

Bump black from 21.6b0 to 24.3.0

Bump black from 21.6b0 to 24.3.0 #10

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8
- name: Run pre-commit 💅
run: flake8