Compare commits

...

2 Commits

Author SHA1 Message Date
f9d3f6db8a chore(deps): update pre-commit hook macisamuele/language-formatters-pre-commit-hooks to v2.16.0 (#10)
All checks were successful
Lint / pre-commit Linting (push) Successful in 49s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-01-18 19:50:27 +01:00
86b6228293 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13 (#9)
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-01-18 19:49:39 +01:00

View File

@@ -24,7 +24,7 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.10
rev: v0.14.13
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
@@ -39,7 +39,7 @@ repos:
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.15.0
rev: v2.16.0
hooks:
- id: pretty-format-ini
args: [--autofix]