Compare commits

..
1 Commits
Author SHA1 Message Date
Renovate 17f4a2b575 chore(deps): update pre-commit hook psf/black to v26
Lint / pre-commit Linting (push) Failing after 17m45s
2026-01-18 05:03:37 +00:00
2 changed files with 23 additions and 5 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@v6
- uses: actions/setup-python@v6
- run: pip install pre-commit
shell: bash
- name: Pre Commit
run: SKIP=no-commit-to-branch pre-commit run -a
shell: bash
+5 -5
View File
@@ -24,13 +24,13 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.16.5
rev: v0.14.10
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 26.5.1
rev: 26.1.0
hooks:
- id: black
args: [--config=pyproject.toml]
@@ -39,7 +39,7 @@ repos:
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.16.0
rev: v2.15.0
hooks:
- id: pretty-format-ini
args: [--autofix]
@@ -60,7 +60,7 @@ repos:
- id: validate-html
- repo: https://github.com/MarcoGorelli/auto-walrus
rev: 0.4.1
rev: 0.3.4
hooks:
- id: auto-walrus
@@ -79,7 +79,7 @@ repos:
- mdformat-gfm
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.38.0
rev: 0.36.0
hooks:
- id: check-jsonschema
name: Check Gitea Workflows