Skip to content

chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 #99

chore(deps-dev): bump pytest from 8.2.2 to 8.3.1

chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 #99

Workflow file for this run

# Run pre-commit on all files in the repository
name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1
with:
extra_args: '--verbose --all-files'