Skip to content

Bump pre-commit-hooks from v4.6.0 to v5.0.0 #62

Bump pre-commit-hooks from v4.6.0 to v5.0.0

Bump pre-commit-hooks from v4.6.0 to v5.0.0 #62

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"