chore(.pre-commit-config.yaml): bump hook versions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-21 05:44:28 +01:00
parent fa81ac6f46
commit 6c68efc6ee
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -2,7 +2,7 @@
fail_fast: false fail_fast: false
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1 rev: v4.1.0
hooks: hooks:
- id: check-merge-conflict - id: check-merge-conflict
exclude: ^lib/ exclude: ^lib/
@ -13,7 +13,7 @@ repos:
- id: check-hooks-apply - id: check-hooks-apply
exclude: ^lib/ exclude: ^lib/
- repo: https://github.com/pocc/pre-commit-hooks - repo: https://github.com/pocc/pre-commit-hooks
rev: v1.3.4 rev: v1.3.5
hooks: hooks:
- id: cppcheck - id: cppcheck
args: ["--language=c++", "--std=c++20", args: ["--language=c++", "--std=c++20",
@ -23,7 +23,7 @@ repos:
files: \.(cpp|cc|cxx,h)$ files: \.(cpp|cc|cxx,h)$
types_or: [c++, header] types_or: [c++, header]
- repo: https://github.com/gringolito/cpp-pre-commit-hooks - repo: https://github.com/gringolito/cpp-pre-commit-hooks
rev: 3481ddf0fb rev: v0.1.1
hooks: hooks:
- id: check-using-namespace-directive - id: check-using-namespace-directive
exclude: ^lib/ exclude: ^lib/