diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff5c75bdb72725f1478ff609b2971d91879a3602..804b20f894be685a3a4541dceb36aa0cf25c49a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_branch: 'devel' repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v14.0.4-1 + rev: v14.0.6 hooks: - id: clang-format args: [--style=Google] @@ -25,10 +25,10 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.8.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8