Skip to content

Bump pre-commit from 3.6.1 to 3.6.2 #160

Bump pre-commit from 3.6.1 to 3.6.2

Bump pre-commit from 3.6.1 to 3.6.2 #160

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'