diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a58fb2d..31cf339 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files args: ['--maxkb=500'] @@ -42,7 +42,7 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/gruntwork-io/pre-commit - rev: v0.1.20 + rev: v0.1.23 hooks: - id: shellcheck - repo: https://github.com/ambv/black @@ -55,14 +55,14 @@ repos: hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.30.0 + rev: v1.35.1 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: 'yamllint --strict' - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.11.0 + rev: v9.15.0 hooks: - id: commitlint stages: [commit-msg]