Skip to content

Bump flake8 from 7.1.0 to 7.1.1 in the python-packages group #87

Bump flake8 from 7.1.0 to 7.1.1 in the python-packages group

Bump flake8 from 7.1.0 to 7.1.1 in the python-packages group #87

Workflow file for this run

name: Lint UMI
on:
pull_request:
workflow_dispatch:
push:
branches: main
jobs:
lint_python:
name: Lint Python Code
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Lint with Flake8
run: |
pip install --upgrade pip
pip install .[test]
flake8 --statistics .