Skip to content

chore(deps): update pre-commit hook asottile/pyupgrade to v3.15.1 #234

chore(deps): update pre-commit hook asottile/pyupgrade to v3.15.1

chore(deps): update pre-commit hook asottile/pyupgrade to v3.15.1 #234

Workflow file for this run

on:
push:
branches:
- main
tags:
- '*'
pull_request:
name: pre-commit
concurrency:
# Concurrency group that uses the workflow name and PR number if available
# or commit SHA as a fallback. If a new build is triggered under that
# concurrency group while a previous build is running it will be canceled.
# Repeated pushes to a PR will cancel all previous builds, while multiple
# merges to main will not cancel.
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
with:
python-version: '3.8'
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # v3.0.0