diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92b3ec9..626648c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,8 +10,8 @@ # repos: # Autoformat: Python code - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black args: @@ -35,7 +35,7 @@ repos: # Lint: Dockerfile - repo: https://github.com/hadolint/hadolint.git - rev: v2.13.1-beta + rev: v2.14.0 hooks: - id: hadolint-docker entry: hadolint/hadolint:v2.12.1-beta hadolint