1 Commits

Author SHA1 Message Date
renovate[bot]
125a9e6009 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit (v0.15.6 → v0.15.7)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-19 21:32:57 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -29,5 +29,5 @@ jobs:
steps:
# yamllint disable rule:line-length
- uses: ivuorinen/actions/pr-lint@1da3a0e79fcd7da6bed9ee1979f1449ba11f58f9 # v2026.03.14
- uses: ivuorinen/actions/pr-lint@7f6a23b59316795c4b3cb3b3b28dd53e53655a33 # v2026.03.11
# yamllint enable rule:line-length

View File

@@ -6,7 +6,7 @@ repos:
- id: pyupgrade
args: [--py3-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.15.6"
rev: "v0.15.7"
hooks:
- id: ruff
args: ["--fix"]