From 96377e8df49ea8bcf2bf0668ccd7794bb3185c64 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Tue, 16 Apr 2024 04:23:29 +0000 Subject: [PATCH] chore(deps): update pre-commit [skip ci] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]