Compare commits

..
1 Commits
Author SHA1 Message Date
Renovate 67f61b9d9d chore(deps): update pre-commit hook psf/black to v26.5.1
renovate/stability-days Updates have met minimum release age requirement
Lint / pre-commit Linting (push) Successful in 2m39s
2026-05-22 00:38:33 +00:00
2 changed files with 20 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Lint
on:
push:
workflow_dispatch:
jobs:
pre-commit-lint:
name: pre-commit Linting
runs-on: pi
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
- run: pip install pre-commit
shell: bash
- name: Pre Commit
run: SKIP=no-commit-to-branch pre-commit run -a
shell: bash
+2 -2
View File
@@ -24,7 +24,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.16.5
rev: v0.15.12
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@@ -79,7 +79,7 @@ repos:
- mdformat-gfm
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.38.0
rev: 0.37.2
hooks:
- id: check-jsonschema
name: Check Gitea Workflows