diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df25fc2..4b65efd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -21,7 +21,7 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0'] - repo: https://github.com/hadolint/hadolint - rev: v2.13.0-beta + rev: v2.13.1-beta hooks: - id: hadolint-docker name: Lint Dockerfiles @@ -38,7 +38,7 @@ repos: # Aplly black formatting to python code # https://github.com/psf/black - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black args: [--config, pyproject.toml]