diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de9f705c..c4838056 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: pass_filenames: false entry: pixi run refurb scripts/.local/bin - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff args: ['--show-source', '--fix', '--config', 'ruff/.config/ruff/pyproject.toml'] @@ -71,7 +71,7 @@ repos: - id: luacheck # Docker - repo: https://github.com/hadolint/hadolint - rev: v2.12.1-beta + rev: v2.13.0-beta hooks: - id: hadolint-docker args: ['--config', 'hadolint/.config/hadolint.yaml']