Skip to content

Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.1 (#192) #431

Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.1 (#192)

Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.1 (#192) #431

Workflow file for this run

---
name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-24.04-arm
timeout-minutes: 5
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: "3.14"
- name: Pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1