diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 480a62c..b1ab556 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: # Formatters: hooks that re-write Python and RST files ######################################################################################## - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.7 + rev: v0.4.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -67,7 +67,7 @@ repos: # Lint Dockerfiles for errors and to ensure best practices - repo: https://github.com/AleksaC/hadolint-py - rev: v2.12.0.3 + rev: v2.12.1-beta hooks: - id: hadolint