diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02f759e5..4123a474 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: v3.2.0 + rev: v4.5.0 hooks: - id: trailing-whitespace exclude: @@ -12,13 +12,13 @@ repos: - id: check-added-large-files - id: check-merge-conflict - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.1 + rev: v17.0.5 hooks: - id: clang-format types_or: - c++ -- repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.2 +- repo: https://github.com/hhatto/autopep8 + rev: v2.0.4 hooks: - id: autopep8 - repo: https://github.com/rpm-software-management/rpmlint.git