diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3173042..53d2d76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 24.4.0 hooks: - id: black language_version: python3.8 @@ -71,7 +71,7 @@ repos: types: [file, yaml] entry: 'yamllint --strict' - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v8.0.0 + rev: v9.14.0 hooks: - id: commitlint stages: [commit-msg]