File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # See https://pre-commit.com for more information
2+ # See https://pre-commit.com/hooks.html for more hooks
3+ repos :
4+ - repo : https://github.com/pre-commit/pre-commit-hooks
5+ rev : v5.0.0
6+ hooks :
7+ - id : trailing-whitespace
8+ - id : end-of-file-fixer
9+ - id : check-xml
10+ - id : check-added-large-files
11+ - id : check-merge-conflict
12+ - repo : https://github.com/pre-commit/mirrors-clang-format
13+ rev : v19.1.0
14+ hooks :
15+ - id : clang-format
16+ types_or :
17+ - c++
18+ - repo : https://github.com/hhatto/autopep8
19+ rev : v2.2.0
20+ hooks :
21+ - id : autopep8
22+ args : [-i, --max-line-length=120]
23+ - repo : https://github.com/rpm-software-management/rpmlint.git
24+ rev : 2.5.0
25+ hooks :
26+ - id : rpmlint
27+ # Passes if packit not installed. Needed for validation locally
28+ - repo : https://github.com/packit/pre-commit-hooks
29+ rev : v1.2.0
30+ hooks :
31+ - id : validate-config
You can’t perform that action at this time.
0 commit comments