Skip to content

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.7.0 #159

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.7.0

chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.7.0 #159

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
# Cancel if a newer run is started
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
- uses: pre-commit/[email protected]