Skip to content

Bump pre-commit from 3.7.0 to 3.7.1 #195

Bump pre-commit from 3.7.0 to 3.7.1

Bump pre-commit from 3.7.0 to 3.7.1 #195

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'