diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba851ed5..f1d63aa8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/ambv/black - rev: 24.4.0 + rev: 24.4.1 hooks: - id: black language_version: python3.8 @@ -82,7 +82,7 @@ repos: types: [file, yaml] entry: 'yamllint --strict' - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.15.0 + rev: v9.16.0 hooks: - id: commitlint stages: [commit-msg]