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

Merged
Renovate merged 2 commits from renovate/astral-sh-ruff-pre-commit-0.x into main 2026-09-06 03:13:02 +02:00
Showing only changes of commit bb1d5b14ef - Show all commits
-18
View File
@@ -1,18 +0,0 @@
name: Lint
on:
push:
workflow_dispatch:
jobs:
pre-commit-lint:
name: pre-commit Linting
runs-on: pi
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
- run: pip install pre-commit
shell: bash
- name: Pre Commit
run: SKIP=no-commit-to-branch pre-commit run -a
shell: bash