diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 27b8cea..977f277 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,11 +51,11 @@ repos: - id: check-useless-excludes - repo: https://github.com/gruntwork-io/pre-commit # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases - rev: v0.1.23 + rev: v0.1.25 hooks: - id: shellcheck - repo: https://github.com/asottile/reorder_python_imports - rev: v3.13.0 + rev: v3.14.0 hooks: - id: reorder-python-imports language_version: python3 @@ -79,7 +79,7 @@ repos: args: ["--title=**Table of Contents**"] descripiton: "Generates table of contents for markdown files" - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.16.0 + rev: v9.20.0 hooks: - id: commitlint stages: [commit-msg]