update pre-commit hooks
This commit is contained in:
parent
f61c56fd50
commit
184568fbcd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue