Compare commits

...
2 Commits
Author SHA1 Message Date
RenovateandRenovate 1b77befd68 chore(deps): update pre-commit hook python-jsonschema/check-jsonschema to v0.38.0 (#54)
Lint / pre-commit Linting (push) Successful in 1m10s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
2026-08-15 02:15:43 +02:00
RenovateandRenovate 21b7bcdc37 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.16.2 (#53)
Lint / pre-commit Linting (push) Successful in 39s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
2026-08-15 00:31:04 +02:00
+2 -2
View File
@@ -24,7 +24,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.16.1
rev: v0.16.2
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.37.4
rev: 0.38.0
hooks:
- id: check-jsonschema
name: Check Gitea Workflows