Skip to content

chore(deps): bump matplotlib from 3.9.2 to 3.9.3 #1076

chore(deps): bump matplotlib from 3.9.2 to 3.9.3

chore(deps): bump matplotlib from 3.9.2 to 3.9.3 #1076

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/[email protected]
with:
extra_args: '--verbose --all-files'