Compare commits

...

3 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
246a9c959d chore(deps): update pre-commit hook psf/black to v26 (#11)
All checks were successful
Lint / pre-commit Linting (push) Successful in 52s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-01-18 19:33:37 +01:00

View File

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