Skip to content

Bump filelock from 3.18.0 to 3.20.3 #839

Bump filelock from 3.18.0 to 3.20.3

Bump filelock from 3.18.0 to 3.20.3 #839

Workflow file for this run

name: Pre-commit CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre-commit:
name: Check pre-commit
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.11
- name: Install pre-commit
uses: pre-commit/action@v3.0.1
# with:
# continue-on-error: true
# - name: List modified files
# run: git diff --name-only
# - name: Commit changes
# uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: Pre-commit fixes
# commit_options: '--no-verify'