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