Skip to content

Bump flake8 from 7.1.0 to 7.1.1 #59

Bump flake8 from 7.1.0 to 7.1.1

Bump flake8 from 7.1.0 to 7.1.1 #59

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
# Cancel active CI runs for a PR before starting another run
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
env:
FORCE_COLOR: "1"
jobs:
pre-commit:
name: Pre-commit checks
uses: beeware/.github/.github/workflows/pre-commit-run.yml@main
with:
pre-commit-source: "pre-commit"