diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8a2dd8..8591434 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -23,7 +23,7 @@ repos: - "--include" files: \.cs$ - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.14.0 hooks: - id: pretty-format-java files: \.java$ @@ -32,7 +32,7 @@ repos: files: \.kt$ args: [--autofix] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.15.0 + rev: v4.5.0 hooks: - id: commitizen - id: commitizen-branch