diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 633e3b7..7e538b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: pretty-format-json @@ -19,24 +19,24 @@ repos: - id: shfmt - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint args: [--format, parsable, --strict] - repo: https://github.com/zricethezav/gitleaks - rev: v8.24.0 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/commitizen-tools/commitizen - rev: v4.4.1 + rev: v4.15.1 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.2.0 + rev: 3.6.1 hooks: - id: editorconfig-checker exclude: | @@ -48,7 +48,7 @@ repos: alias: ec - repo: https://github.com/JohnnyMorganz/StyLua - rev: v2.0.2 + rev: v2.4.1 hooks: - id: stylua ci: