Skip to content

chore(deps): bump pyarrow from 18.0.0 to 18.1.0 #1072

chore(deps): bump pyarrow from 18.0.0 to 18.1.0

chore(deps): bump pyarrow from 18.0.0 to 18.1.0 #1072

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'