Skip to content

Bump black from 21.11b1 to 24.3.0 #38

Bump black from 21.11b1 to 24.3.0

Bump black from 21.11b1 to 24.3.0 #38

Workflow file for this run

name: Lint
on:
- push
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install Python dependencies
run: pip install -r requirements-dev.txt
- name: Run linters
uses: wearerequired/lint-action@v1
with:
black: true
flake8: true